/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.actividades-height {
  display: flex;
  height: 100%;
}
.center-text-home {
  max-width: 80%;
  margin: 0 auto;
}
.custom-margin-1 {
  margin: 10px 0;
}

.estilo-logo {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
.estilo-logo span {
  color: #ffce01;
  text-shadow: 0 0 2px #fff;
  font-size: 1rem;
  margin-left: -1.3rem;
}

.font-infromacion-actividades {
  /*font-size: 1rem !important;*/
}

.custom-left-right-padding-1 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.custom-font-price-1 {
  font-size: 1rem;
}

.d-grid {
  display: grid !important;
}
.grid-align-items {
  align-items: center;
}

.sub-menu-no-border-top {
  border-top-color: transparent !important;
}

.dark
  .primary-menu:not(.not-dark)
  .sub-menu-container
  .menu-item:hover
  > .menu-link {
  color: white;
}

.anchor {
  display: block;
  height: 15px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

.custom-link-color-1 {
  color: #999;
}
@media(min-width: 992px){
	.position-mas-actividades {
		transform: translateY(-250px);
	}
    .position-mas-actividades-en{
      transform: translateY(-280px);
    }
  .position-mas-actividades-es{
    transform: translateY(-280px);
  }
}

.list-search-box{
  position: absolute;
  left: 0;
  color: red;
  background: white;
  width: 100%;
  list-style: none;
  padding: 2rem 1rem;
  box-sizing: border-box;
  max-height: 500px;
  overflow-y: auto;
  z-index: 10;
}
.custom-efect-a-1:hover{
  color: #AC4147 !important;
}
footer .social-icon{
  border: none;
}
.politicas{
  color:rgba(255,255,255,0.4)
}

.mapa-penunsula-img{
  background-image: url('../images/maps/mapa-1.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 105%;
  background-position-y: -50px;
  background-position-x: center;
}

.bg-gray{
 background-color: #F9F9F9;
}

.custom-portfolio article{
  position: relative;
  padding: 10px;
}

.custom-portfolio article .price-tour{
  font-size: .8rem;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.6);
  box-sizing: border-box;
  padding: 6px;
}

.title-activities{
  font-size: 60px;
  font-weight: 900;
  text-shadow: 0 7px 5px rgba(0,0,0,0.01), 0 4px 4px rgba(0,0,0,0.1);
}