/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,video{height:auto;max-width:100%}audio{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}

@font-face {
  font-family: 'webfontmain';
  font-style: normal;
  font-weight: normal;
  src: local(''),
       url('../fonts/fonts/font-regular.woff') format('woff'); 
}

@font-face {
  font-family: 'webfontmain';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/fonts/font-book.woff') format('woff'); 
}

@font-face {
  font-family: 'webfontmain';
  font-style: normal;
  font-weight: bold;
  src: local(''),
       url('../fonts/fonts/font-bold.woff') format('woff'); 
}

@font-face {
  font-family: 'webfontmain';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/fonts/font-black.woff') format('woff'); 
}

html, body {
  height: 100%;
  min-height: 100%;
  background-color: white;
}

body {
  font-size: 100%;
  font-family: "webfontmain", Tahoma, "Ubuntu", Arial;
  overflow-x: hidden;
  line-height: normal;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  transition: color .2s ease-in-out;
}

button {
  border: none;
  /*transition: all .2s ease-in-out;*/
}

.hidden {
  display: none !important;
  visibility: hidden; }

input,
select,
textarea,
button {
  font-family: "webfontmain", Tahoma, "Ubuntu", Arial; }

/* --- */

:root {

--gold: #d4b364;
--white: #FFF;
--black: #000;
--primary: #000A8C;
--primary-light: #FFE19C;
--primary-dark: #DB9A02;
--secondary-100: #F2F9FF;
--secondary-200: #C9E3F8;
--secondary-300: #51A2E7;
--secondary-400: #0077DB;
--secondary-500: #00569E;
--secondary-600: #004075;
--secondary-700: #001C33;
--success-100: #EAFAEE;
--success-300: #84E199;
--success-400: #28A745;
--success-500: #1E7B33;
--success-700: #11461D;
--warning-100: #FFF5E5;
--warning-300: #FFCE85;
--warning-400: #FF9800;
--warning-500: #A85D00;
--warning-700: #4D2800;
--info-100: #E8F9FC;
--info-300: #A0E8F3;
--info-400: #17A2B8;
--info-500: #0F697A;
--info-700: #072F36;
--danger-100: #FDF2F3;
--danger-300: #F2B5BB;
--danger-400: #DC3545;
--danger-500: #871722;
--danger-700: #410B10;
--grays-100: #F8FAFB;
--grays-150: #E2E6E9;
--grays-200: #BEC6CC;
--grays-300: #959EA6;
--grays-400: #6C7680;
--grays-500: #4B5259;
--grays-600: #2B2F33;
--grays-700: #0A0B0C;

}

.button {
  color: white;
  cursor: pointer;
  margin: 1em 0;
  padding: 1em 2em;
  font-size: 1rem;
  line-height: 18px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all .1s ease-in-out;
  background-color: black;
}

.button:hover {
  color: black;
  background-color: white;
  box-shadow: inset 0 0 0 2px black;
}

.button:disabled, .button:disabled:hover {
  opacity: .3;
  cursor: auto;
  background-color: var(--brand-sec-dark);
}

.button b {
  font-size: .8em;
  font-weight: normal;
}

.button .button-label {
  vertical-align: middle;
  display: inline-block;
}

.button i {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

.button i:nth-child(2) {
  padding-left: 10px;
}

.button i:nth-child(1) {
  padding-left: 10px;
}

/* --- */

.content-box {
  position: relative;
  text-align: center;
}

.content-box h1 {
  font-weight: 800;
}

.content-box h2 {
  font-weight: bold;
  color: #888;
}

.content-box p {
  color: black;
}


/* --- */

.wrapper {
  width: 100%;
  display: flex;
/*  direction: rtl;*/
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.content-wrap {
  width: 100%;
}

.content-self {
  width: 80%;
  z-index: 1;
  margin: auto;
  display: block;
  font-size: 1.2em;
  padding: 2em 2em 0;
  text-align: center;
  position: relative;
}

content {
  height: auto;
  /*padding-top: 60px;*/
  background-position: top right, top left, bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: 40%;
  /*background-color: var(--brand-pri);*/
}


/* --- */


content#main .home {
  position: relative;
  background: url(../images/hero-min.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}


content#main .home:before {
  content: "";
  top: 0;
  width: 100%;
  height: 60%;
  position: absolute;
  
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

content#main .home:after {
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}


content#main .home .content-self .content-box {
  text-align: left;
  padding: 17em 0 0;
}

content#main .home .content-self .content-box strong {
  font-size: 4em;
  line-height: 1;
  display: block;
  margin: 2em 0 0;
  font-weight: 400;
  color: white;
}

content#main .home .content-self .content-box h1 {
  color: white;
  font-size: 1.7em;
  margin: .5em 0 1em;
  font-weight: 100;
}

content#main .home .content-self .content-box h2 strong {
  font-weight: bold;
}


content#main .home .content-self .content-box p {
  color: white;
  margin: 1em 0;
}

content#main .logo-wrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  padding: 1em 2em;
  max-width: 80%;
  position: absolute;
}

content#main .logo {
  z-index: 9;
/*  margin: auto;*/
  max-width: 16em;
  position: relative;
/*  background-color: white;*/
  padding: 1em;
  border-radius: 0 0 10px 10px;
}

content#main .home .more-info {
  width: 100%;
  color: white;
  display: block;
}

/* --- */


content#main .intro:after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.6);
}

content#main .intro:before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}


content#main .intro .content-self .content-box {
  padding: 0 2em 2em;
}

content#main .intro .content-self .content-box strong {
  font-size: 4em;
  line-height: 1;
  display: block;
  margin: 1em 0 0;
  font-weight: 800;
  color: var(--gold);
}

content#main .intro .content-self .content-box h1 {
  color: white;
  font-size: 1.7em;
  margin: 1em 0 1em;
  font-weight: 800;
}

content#main .intro .content-self .content-box h2 strong {
  font-weight: bold;
}


content#main .intro .content-self .content-box p {
  margin-top: 1em;
}

.content-box h1 i,
.content-box .prize-title i {
  margin-left: 5px;
}

/* --- */

.action-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

.action-section .button {
  margin: 1em;
}


/* --- */

content#main .seg-1 {
  z-index: 1;
  position: relative;
  background-color: black;
}

content#main .seg-1 .content-self {
  display: flex;
  align-items: center;
}


content#main .seg-1 .content-self .content-box {
  flex: 2;
/*  text-align: right;*/
  position: relative;
  border-radius: 20px;
}


/* --- */

content#main .seg-2 {
  z-index: 1;
  position: relative;
}


content#main .seg-2 .content-self {
  padding: 0;
  max-width: 100%;
}

content#main .seg-2 .content-self .content-box {
  text-align: left;
  padding: 4em 2em 0;
  border-radius: 20px;
}


content#main .seg-2 .content-self .content-box h2 {
  font-size: 2.5em;
  margin: 0 0 2em;
  font-weight: 800;
  color: var(--grays-700);
}

content#main .seg-2 .content-self .content-box h3 strong {
  font-weight: 800;
}

content#main .seg-2 .content-self .content-box p {
  margin: 1em 0;
}

content#main .seg-2 .poi-info {
  padding: 0;
  text-align: left;
  margin-bottom: 4em;
  border-radius: 10px;
}

content#main .seg-2 .poi-info {
  background-color: #EEE;
}


content#main .seg-2 .poi-info .poim-content {
  padding: 2em 2.5em;
  font-size: .9em;
}

content#main .seg-2 .poi-info .poi-title {
  display: flex;
  align-items: center;
}

content#main .seg-2 .poi-info .poi-title:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid white;
}

content#main .seg-2 .poi-info .poi-title .poi-title-wrap {
  padding: 0 1em;
}

content#main .seg-2 .poi-info .poi-title img {
  max-width: 400px;
}

content#main .seg-2 .poi-info h4 {
  font-size: 1.5em;
  font-weight: bold;
}

/* --- */

content#main .seg-2 .tour-item {
  padding: 2em;
  text-align: left;
  margin-bottom: 4em;
  border-radius: 10px;
  border: 4px solid;
}

content#main .seg-2 .tour-item h3 {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

content#main .seg-2 .tour-item i {
  margin-right: 10px;
}

content#main .seg-2 .tour-item .tour-info {
  padding: 1em;
  border-radius: 4px;
  background-color: var(--grays-150);
}

content#main .seg-2 .tour-item .tour-info span {
  padding: 0 1em 0 0;
  display: inline-block;
}

content#main .seg-2 .tour-item .tour-plan {
  height: 100%;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid black;
}

content#main .seg-2 .tour-item .tour-plan .tour-timeline {
  display: none;
  overflow: hidden;
  position: relative;
}

content#main .seg-2 .tour-item .tour-plan .tour-timeline span {
  height: auto;
  display: block;
  color: var(--secondary-600);
}

content#main .seg-2 .tour-item .tour-plan .tour-timeline span p {
  display: block;
  font-size: .8em;
  margin-left: 1em;
  padding-left: 1em;
  color: var(--secondary-500);
  border-left: 2px solid var(--secondary-500);;
}

content#main .seg-2 .tour-item .tour-plan .tour-timeline.minimized {
/*  height: 190px;*/
}

content#main .seg-2 .tour-item .tour-services {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid black;
}

.footer {
  width: 100%;
  padding: 4em 0;
  display: block;
  font-size: 1em;
  text-align: center;
  color: var(--grays-300);
  background-color: var(--grays-100);
}

.footer-wrapper {
  width: 60%;
  margin: auto;
}

.footer-wrapper span {
  font-size: 1.2em;
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}

.footer-wrapper p {
  font-size: .8em;
}

/* --- */

@media (max-width: 950px) {
  body {
    font-size: 90%;
  }

  content#main .logo {
    max-width: 15em;
/*    padding: 10px;*/
    margin: auto;
  }

  content#main .home .content-self .content-box {
    padding: 8em 0 1em;
  }

  content#main .home:before {
    height: 100%;
  }

  content#main .home .content-self .content-box strong {
    margin: 0;
    font-size: 2.2em;
  }

  content#main .home .content-self .content-box h1 {
    margin: 0;
    text-align: center;
    font-size: 2em;
    line-height: 1;
    margin: .5em 0 1em;
  }

  content#main .seg-2 {
    overflow: hidden;
  }

  content#main .seg-2 .content-self .content-box h2 {
    font-size: 2em;
    margin-bottom: 1em;
  }

  content#main .intro .content-self .content-box {
    padding: 1em;
  }

  content#main .intro .content-self .content-box strong {
    margin: 0;
    font-size: 1.5em;
  }

  content#main .seg-2 .content-self .content-box {
    padding: 1em 0;
  }

  content#main .seg-2 .poi-info .poi-title {
    display: flex;
    flex-direction: column;
  }

  content#main .seg-2 .poi-info .poi-title img {
    max-width: 100%;
  }

  content#main .seg-2 .poi-info .poi-title .poi-title-wrap {
    padding: 1em;
  }
  
  content#main .seg-2 .poi-info .button {
    width: 100%;
    text-align: center;
  }

  content#main .seg-2 .poi-info .poim-content {
    padding: 2em 2em;
  }
}

@media (max-width: 620px) {

  body {
    /*font-size: 70%;*/
    /*background: white;*/
  }

  header {
    height: 50px;
  }

  header img {
    margin: 2px 20px;
    height: 45px;
  }

  content#main .seg-1 .content-self {
    padding: 0;
  }

  content#main .seg-1 .side-image img {
    /*left: 50%;*/
    position: relative;
  }
  content#main .home .content-self .content-box h1 {
    font-size: 1em;
  }

  content#main .seg-1 .button-wrap {
    text-align: center;
  }

  content#main .seg-1 .content-self .content-box {
    padding: 2em 0;
  }

}
