:root {
  --theme-red: #d43b2b;
  --theme-red-hover: #f05241;
}

[class*="col-"] {
  /* outline: 1px solid red; */
}

@font-face {
  font-family: 'icons';
  src: url(../../fonts/icons.eot?2iflwn);
  src: url('../../fonts/icons.eot?2iflwn#iefix') format('embedded-opentype'),url(../../fonts/icons.ttf?2iflwn) format('truetype'),url(../../fonts/icons.woff?2iflwn) format('woff'),url('../../fonts/icons.svg?2iflwn#icons') format('svg');
  font-weight: 400;
  font-style: normal
}
i {
  font-family: 'icons'!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
  content: "\e909" !important;
}
.icon-arrow-left:before {
  content: "\e909" !important;
  transform: rotate(180deg);
  position: relative;
  display: block;
}


* {
  font-family: 'Montserrat', sans-serif;
}


header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 10px 0;
  height: 80px;
}
header > div > div > div {
  height: 80px;
}

.flex-v-center {
  height: 100%;
  display: flex;
  justify-content: flex-end;  
  flex-direction: column;  
}

@media screen and (max-width:990px){
  .flex-v-center {
    justify-content: center;
  }
}

.h100 {
  height: 100%;
}
.h-auto {
  height: initial;
}

.p0 {
  padding: 0;
}

#logo {
  height: 100%;
}
#logo > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width:480px){
  #logo > img {    
    width: 80%;
    margin: 0 auto;
  }
}

#app-bg {
  position: relative;
  width: 100%;
  height: 90vh;
  padding: 0;
  margin: 0;
}
#app-bg picture {
  width: 100%;
  height: 100%;  
}
#app-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}
#app-bg:after {
  content: ' ';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,30%), rgba(0,0,0,10%));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

a {
  color: white;
  font-size: 14px;
  line-height: 1;
  display: inline-block;  
}
  a:hover,
  a:focus {
    color: #000;    
  }
a.button {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid white;
  border-radius: 6px;
  width: 100px;
  max-width: 100%;
  text-align: center;
  margin: 4px;
}
header a {
  font-size: 16px;
}
header a.button {
  width: 110px;
}

#info-description,
#info-description-mobile {
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  text-align: left;
  font-size: 12px;
  z-index: 999;
  left: 0;
  overflow: auto;
  width: 720px;
  max-width: calc(100vw - 30px );
  max-height: 70vh;
  border-radius: 6px;
  transform: translateY(5px);
}
#info-description-mobile {
  left: 5px;
  max-width: calc(100vw - 10px );
}
#info-description span,
#info-description-mobile span {
  color:#e30613 !important;
  font-size:13px;
}
#info-description a,
#info-description-mobile a {
  display:inline; 
  margin:0;
  padding:0
}

#info-description::-webkit-scrollbar,
#info-description-mobile::-webkit-scrollbar {
  width: 6px;
  position: relative;
  left: -15px;
}
#info-description::-webkit-scrollbar-track,
#info-description-mobile::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 4px;
}
#info-description::-webkit-scrollbar-thumb,
#info-description-mobile::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
#info-description::-webkit-scrollbar-thumb:hover,
#info-description-mobile::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

#user-logged a { padding: 0 10px; }

#search-field,
#search-field-xs
{
  background: unset;
  text-align: right;
  border: none !important;
  color: white;
  width: 100%;
  border-radius: 0 !important;
  outline: unset !important;
}

#search-field::placeholder,
#search-field-xs::placeholder {
  color: white;
}

@media screen and (max-width: 500px) {
  a.button {
    border-radius: 8px;
    font-size: 12px;
    padding: 2px 8px;
    width: 90px;
  }
  #user-logged a {
    font-size: 13px;
  }
  #search-field-xs {
    font-size: 14px;
  }
}

.below-menu {
  margin-top: 15px;
}
.below-menu a {
  color: white;
  font-weight: 600;
  background: var(--theme-red);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px;
  transition-duration: 0.3s;
}
  .below-menu a:hover {
    background: var(--theme-red-hover);
  }

footer {
  padding-bottom: 20px;
}
footer a {
  margin: 0 15px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}
  footer a:hover {
    color: #000;
    text-decoration: underline;
  }
@media screen and (max-width:500px) {
  footer a {
    text-transform: initial;
  }
}


/*
	=================================================================================
	SWIPER SLIDER MAIN
	=================================================================================
*/

.swiper-container.main {
  width: 100%;
  height: calc(90vh - 120px);  
  min-height: 720px;      
}  
.swiper-container.main  .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.swiper-overlay-options {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;  
  z-index: 1;	
  padding: 45px;
  background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.38) 23%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%);
  pointer-events: none;
} 
  .swiper-overlay-options a {
    color: white;
    text-transform: uppercase;
    font-size: 30px;    	
    font-weight: 600;
    line-height: 1;  	
    display: inline-block;
    text-decoration: underline;    	
    pointer-events: auto;
  }  
  .swiper-overlay-options span {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    pointer-events: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 5px rgba(0,0,0,0.5);
  }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;    
  background-color: white;
  opacity: .4;
}
.swiper-pagination-bullet-active {
  opacity: 1;    
}


@media screen and (max-width: 767px) {     
  .swiper-overlay-options {
    padding: 15px;
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.38) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
  }
  .swiper-overlay-options a { font-size: 20px; text-shadow: 1px 1px 5px rgba(0,0,0,0.25); } 
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width:990px) {
  .swiper-container.main {      
    min-height: initial;
  }
}

@media screen and (max-width:480px) {
  .swiper-container.main  {
    height: 68vw;      
  }  	
  .swiper-overlay-options {
    background: none;
    position: relative;
    height: auto;
    color:black;
    text-align: center;
    line-height: 1;
  }
  .swiper-overlay-options a  {
    font-size: 16px;
    text-shadow:none;
    color: #ce2c21;
    display: block;
    line-height: 1;
  } 
  .swiper-overlay-options span {
    font-size: 12px;
    text-shadow:none;
    color:black;
    display: block;
    line-height: 1;
  } 
  .swiper-overlay-options br { line-height: 1; }
}


/*
=================================================================================
SELECT MAIN BUTTONS
=================================================================================
*/

.main-btn-div {
  position: absolute;
  top: 60vh;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main-btn-div a {
  border-radius: 10px;
  padding: 20px 60px;
  line-height: 1.2;
  font-size: 21px;
  color: white;
  background-color: var(--theme-red);
  text-align: center;
  margin: 15px;
  transition-duration: 0.3s;
  min-width: 260px;
}
  .main-btn-div a:hover {
    background-color: var(--theme-red-hover);
  }

@media screen and (max-width: 500px) {
  .main-btn-div a {
    padding: 5px 10px;
    width: calc(100vw - 30px);
  }
}


/*
=================================================================================
SWIPER SLIDER HISTORY
=================================================================================
*/

.swiper-container.history {
  width: 100%;
  height: 240px;
}
.swiper-container.history .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;	
  height: 80%;
  cursor: pointer;	
  filter: brightness(100%) saturate(100%);    
  border-radius: 2px;
  transition-property: initial;
  transition-duration: 0.4s !important;
}
  .swiper-container.history .swiper-slide:hover {
    filter: brightness(1.1) saturate(1.1);      
    border-radius: 8px;      
  }
.swiper-container.history .swiper-slide > span.title {
  position: absolute;
  top:170px;
  padding-top:6px;
  font-size: 13px;    
  font-style: italic;		
  text-align: left;    
}
.swiper-container.history.categories { 
  height: 268px;
}
.swiper-container.history .swiper-slide {
  height:90%;
}
.swiper-container.history.categories .swiper-slide > span.title {    
  font-size: 14px; 
  top: 236px;   
  font-style: normal;
  color: var(--theme-red);
  font-weight: 700;
  text-align: left;    
}   
  .swiper-container.history .swiper-slide > span.title > span {
    margin-left:5px;
    text-decoration: underline;      
    /*display: inline-block;*/
  }

.swiper-container.history .swiper-slide > span.detail {
  display: none;
}


.swiper-button-next {
  right:-10px;
  top:160px;
  width:54px;
  height:88px;
  background-size: 54px 88px;
  background-image: url(/ka/apps/mallorca_com_v2/contents/select/swiperslider/next.svg) !important;
}
.swiper-button-prev {
  left:-14px;
  top:160px;
  width:54px;
  height:88px;
  background-size: 54px 88px;
  background-image: url(/ka/apps/mallorca_com_v2/contents/select/swiperslider/prev.svg) !important;
}

.swiper-button-next.cat {    
  right:20px;
  top:50%;    
  background-size: 25px !important;
  background-image: url(/ka/apps/mallorca_com_v2/contents/common/arrow-r.svg) !important;
  transition-duration: 0.2s;
}
.swiper-button-prev.cat {    
  left:20px;
  top:50%;
  background-size: 25px !important;
  background-image: url(/ka/apps/mallorca_com_v2/contents/common/arrow-l.svg) !important;
  transition-duration: 0.2s;
}

@media screen and (max-width: 767px){

  .swiper-button-next {
    right:40px;
    top:160px;
    background-image: url(/ka/apps/mallorca_com_v2/contents/select/swiperslider/next_w.svg) !important;
  }
  .swiper-button-prev {
    left:36px;
    top:160px;
    background-image: url(/ka/apps/mallorca_com_v2/contents/select/swiperslider/prev_w.svg) !important;
  }
  
}

.alert-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  text-align: center;
}
.alert-modal > div {
  overflow-y: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 50%;
  max-width:600px;
  transform: translate(-50%, -50%);
  max-width: calc( 100% - 30px );
  max-height: calc( 100% - 30px );    
  padding:15px;
  border-radius: 8px;
  background: linear-gradient(180deg, #82241ad2, #d43b2dd2);
  box-shadow: 2px 6px 20px -6px rgba(0,0,0,0.35);
  color: white;
}
.alert-modal h4.title {
  font-size: 15px;
  font-weight: 600;
  color: white;
}
.alert-modal span.message {
  display: block;
  font-size: 14px;    
  max-width: calc(100% - 30px);
  margin: 15px auto 0 auto;
}
.alert-modal button {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  margin: 15px auto;
  background: white;
  color: #333 !important;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.5);
  transition-duration: 0.3s;
}
  .alert-modal button:hover {
    background: #fafafa;
		color: #333 !important;
		text-decoration: none;
		box-shadow: -1px -1px 3px -2px rgba(0,0,0,0);
  }

#header-buttons {
  position: relative;
  left: -8px;
}
@media screen and (max-width:480px){
  #header-buttons {
    position: relative;
    left: initial;
    right: 25px;
    width: 30vw;
  }  
}
@media screen and (max-width: 768px) {
  .alert-modal > div {
    width: calc(100% - 30px);
  }
}