body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.slider {
  height: 850px;
}

.slide-nav {
  top: 538px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 57, 57, .5)), to(rgba(97, 57, 57, .5)));
  background-image: linear-gradient(180deg, rgba(97, 57, 57, .5), rgba(97, 57, 57, .5));
}

.section {
  height: 850px;
}

.dropdown-toggle {
  display: block;
}

.dropdown-list {
  display: block;
}

.slider-seasiren-inicio {
  height: 950px;
}

.slide-nav-2 {
  top: 617px;
}

.seasiren-tours-destaques {
  position: relative;
  z-index: 10;
  width: 100%;
  background-image: url('../images/fundo-verde-seasiren.jpg'), -webkit-gradient(linear, left top, left bottom, from(#4faf42), to(#4faf42));
  background-image: url('../images/fundo-verde-seasiren.jpg'), linear-gradient(180deg, #4faf42, #4faf42);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.seasiren-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-destaques {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.destaque1 {
  position: relative;
  top: -101px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.destaque1-copy {
  margin-right: 25px;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.destaque1-copy-copy {
  margin-right: 25px;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.destaque2 {
  margin-right: 25px;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.destaque3 {
  margin-right: 25px;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-destaque {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/sunset-thum-3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/sunset-thum-3.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.txt-destaque {
  text-decoration: none;
}

.titulo-tour {
  margin-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #e6bc53;
  font-size: 22px;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph {
  margin-top: 14px;
  margin-bottom: 22px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.info-tour {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 14px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
}

.startfrom {
  margin-bottom: 22px;
  padding-left: 21px;
  float: left;
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 18px;
}

.euros {
  padding-left: 10px;
  float: left;
  font-family: Varela, sans-serif;
  color: #e6bc53;
  font-size: 20px;
  font-weight: 700;
}

.botaobooknow {
  position: relative;
  top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Barlow, sans-serif;
  color: #1fc009;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.container-nav {
  position: static;
  display: block;
  width: 96%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  position: absolute;
  width: 300px;
  height: 300px;
  padding-left: 20px;
  background-image: url('../images/AM_EXPERIENCE.png'); 
  background-image: url('../images/AM_EXPERIENCE.png'); 
  background-position: 50% 50%, 0px 0px;
  background-size: 240px, auto;
  background-repeat: no-repeat, repeat;
}

.navbar {
  position: absolute;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-2 {
  height: 950px;
  border-bottom: 1px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), color-stop(33%, transparent)), url('../images/seasiren-algarve-cave-tour.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), transparent 33%), url('../images/seasiren-algarve-cave-tour.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.nav-link {
  right: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 2px solid #e6bc53;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  font-weight: 500;
  text-shadow: 0 4px 6px #e6bc53;
}

.nav-menu {
  left: 50px;
  top: 93px;
  border-bottom: 1px none #fff;
}

.language {
  width: 35px;
  height: 40px;
  float: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.language:hover {
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#535353));
  background-image: linear-gradient(180deg, #535353, #535353);
}

.text-block {
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.slider-2 {
  width: 100%;
  height: 500px;
}

.slide-3 {
  background-image: url('../images/snorkling3.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/snorkling3.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 53% 54%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.seasiren-tours {
  padding-top: 98px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pag-tours {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 52px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0E68C), to(#F0E68C));
  background-image: linear-gradient(180deg, #F0E68C #F0E68C);
}




.seasiren-conteudo-tours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tour-1 {
  position: relative;
  top: 0px;
  min-width: 200px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
}

.testemonials-algarve {
  background-image: url('../images/fundo-verde-seasiren.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.algarve-tours {
  width: 100%;
  height: 450px;
  clear: both;
  background-color: transparent;
}

.algarve-tours-test1 {
  font-family: Barlow, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.map {
  height: 550px;
}

.seasiren-form-contact {
  display: block;
}

.seasiren-tours-wrapper-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  margin: 80px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-contacto {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  position: relative;
  width: 50%;
  float: right;
}

.form {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.botaoform {
  position: relative;
  top: -10px;
  display: block;
  width: 200px;
  margin-top: 22px;
  float: left;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Barlow, sans-serif;
  color: #1fc009;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.botaoform:hover {
  background-color: #d4d4d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.rodape-sea-siren {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 27px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.rodape-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rodape-esq {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-rodape {
  width: 100%;
  height: 150px;
  margin-bottom: 5px;
  float: left;
  border-bottom: 1px solid #000;
  background-image: url('../images/logo-branco-seasiren-01.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.txt-info-rodape {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 19px;
  float: left;
}

.text-block-2 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Barlow, sans-serif;
  color: #fff;
}

.text-block-3 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Barlow, sans-serif;
  color: #bbb;
  font-size: 18px;
}

.text-block-4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #fff;
}

.rodape-dir {
  margin-right: 19px;
  margin-left: 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rodape-logo-atlantik-morning {
  display: block;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 20px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.atl-morning {
  width: 40%;
  height: 50px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-branco-atlantik-morning-01.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-adicional {
  width: 60%;
  height: 50px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rodape-dir-local {
  display: block;
  width: 96%;
  max-width: 1180px;
  margin: 15px auto 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #414141;
}

.info-rodape-dir {
  height: 506px;
  margin-top: 39px;
  margin-bottom: 26px;
  background-image: url('../images/embarque-03.png');
  background-size: 723px 506px;
  background-repeat: no-repeat;
}

.text-block-5 {
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 10px;
  float: left;
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 12px;
}

.text-block-6 {
  padding-top: 19px;
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 12px;
}

.info-boarding {
  height: auto;
}

.paragraph-2 {
  font-family: Barlow, sans-serif;
  color: #bbb;
  font-size: 14px;
  font-weight: 500;
}

.heading {
  margin-top: 5px;
  margin-bottom: 16px;
  border-bottom: 1px solid #636363;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: Barlow, sans-serif;
  color: #17b401;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.heading-3 {
  font-family: Barlow, sans-serif;
}

.text-field {
  margin-bottom: 15px;
}

.text-field-2 {
  margin-bottom: 15px;
}

.text-block-7 {
  margin-left: 0px;
  padding-top: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Barlow, sans-serif;
  color: #616161;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.txt-intro-tours {
  display: block;
  width: 96%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #e6bc53;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
}

.heading-5 {
  margin-top: 35px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  text-align: center;
}

.paragraph-4 {
  margin-top: 50px;
  margin-bottom: 55px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  text-align: center;
}

.destauque2 {
  position: relative;
  top: -101px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.img-destaque-2 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/benagil-kayak-tour.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/benagil-kayak-tour.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.titulo-tour-2 {
  margin-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.destaque-tour-3 {
  position: relative;
  top: -101px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.img-destaque-3 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/img-barco-pequeno_thumb.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/img-barco-pequeno_thumb.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.titulo-tour-1 {
  margin-top: 24px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #e6bc53;
  font-size: 22px;
  line-height: 25px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.div-block-4 {
  position: relative;
  display: block;
  width: 96%;
  max-width: 1180px;
  margin-top: 360px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #fffdfd;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-shadow: 0 1px 13px #000;
}

.heading-7 {
  margin-top: 5px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 70px;
  text-shadow: 0 7px 16px rgba(0, 0, 0, .56);
}

.paragraph-5 {
  margin-top: 23px;
  padding-right: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
}

.destaque-slogan-seas1 {
  position: relative;
  display: block;
  width: 75%;
  max-width: 1180px;
  margin-top: 405px;
  margin-right: auto;
  margin-left: 25px;
  float: left;
}

.div-block-5 {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  position: static;
  width: 180px;
  height: 180px;
  margin-top: 363px;
  margin-left: 5px;
  float: left;
  background-image: url('../images/Free-Transport_red-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.boto-destaque-1 {
  width: 200px;
  margin-top: 15px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4faf42), to(#4faf42));
  background-image: linear-gradient(180deg, #4faf42, #4faf42);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.boto-destaque-1:hover {
  box-shadow: 0 6px 12px -7px rgba(0, 0, 0, .57);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.tourdestaque1 {
  position: relative;
  top: -55px;
  height: 510px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
  background-image: linear-gradient(180deg, #000, #fff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  
  
}

.tourdestaque1:hover {
  box-shadow: 0 23px 23px -14px rgba(0, 0, 0, .43);
}

.book-now-novo {
  position: relative;
  top: 0px;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  margin-left: 0px;
  float: left;
  border: 2px solid #bbb;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.book-now-novo:hover {
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
}

.text-block-8 {
  margin-top: 7px;
  font-family: Barlow, sans-serif;
  color: #e6bc53;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.slide-tour-1-home {
  background-image: url('../images/slider-algarve-benagil-cave-tour-p-1080.jpeg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/slider-algarve-benagil-cave-tour-p-1080.jpeg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 50% 61%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-7 {
  display: block;
  width: 96%;
  max-width: 1180px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.heading-8 {
  margin-bottom: 23px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 200;
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.button-slider {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.left-arrow {
  margin-left: 0px;
}

.right-arrow {
  margin-right: 0px;
}

.right-arrow-2 {
  margin-right: 0px;
}

.left-arrow-2 {
  margin-left: 0px;
}

.div-block-8 {
  display: block;
  width: 96%;
  max-width: 1180px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
}

.heading-9 {
  border-bottom: 1px solid #fff;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
}

.heading-10 {
  margin-top: 63px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.paragraph-7 {
  margin-top: 33px;
  text-align: center;
}

.heading-11 {
  margin-top: 44px;
  font-weight: 500;
  text-align: center;
}

.div-block-9 {
  display: block;
  width: 150px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/five-stars-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seasiren-conteudo-tours-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.seasiren-conteudo-tours-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  margin: 19px auto 0px;
  padding-top: 25px;
  padding-bottom: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tour-ss1 {
  position: relative;
  top: 0px;
  height: 470px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.video-ss1 {
  position: relative;
  top: 0px;
  height: 360px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: linear-gradient(180deg, #eee, #eee);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.tour-ss1:hover {
  box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .32);
}

.video-ss1:hover {
  box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .32);
}

.more-info-tour {
  position: relative;
  top: -10px;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  margin-left: 0px;
  float: left;
  border: 2px solid #bbb;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.more-info-tour:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}



.imagem-tour-1 {
  display: block;
  height: 220px;
  border-radius:50%;
  border: 3px solid #e6bc53;
  background-image: url('../images/portimao.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/portimao.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-2 {
  display: block;
  height: 220px;
  border-radius:50%;
  border: 3px solid #e6bc53;
  background-image: url('../images/lagos.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/lagos.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-3 {
  display: block;
  height: 220px;
  border-radius:50%;
  border: 3px solid #e6bc53;
  background-image: url('../images/albufeira.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/albufeira.jpeg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-4 {
  display: block;
  height: 220px;
  border-radius:50%;
  border: 3px solid #e6bc53;
  background-image: url('../images/vilamourajpeg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/vilamoura.jpeg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-5 {
  display: block;
  height: 125px;
  margin: 31px 73px 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/SKIPPER-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.imagem-tour-7 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/sunset_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagem-tour-8 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/kayak2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.imagem-tour-10 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/kayk.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/kayak.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-11 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/benagil-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/benagil-1.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}


.imagem-tour-12 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/royal.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/royal.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}



.imagem-tour-13 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/ofelia.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/ofelia.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}



.imagem-tour-14 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/safari.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/safari.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-15 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/mycrew.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/mycrew.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-16 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/seadolphins.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/seadolphins.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}


.imagem-tour-20 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/seafaris.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/seafaris.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-21 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/kayak_lagos.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/kayak_lagos.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  
  
}


.imagem-tour-22 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/seafaris_benagil.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/seafaris_benagil.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}


.imagem-tour-30 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/dreamer.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/dreamer.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}



.imagem-tour-31 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/xride.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/xride.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.imagem-tour-32 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/oceanblue.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/oceanblue.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}



.imagem-tour-40 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/algarveser.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/algarveset.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}



.imagem-tour-41 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/vilamoura_sunset.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/vilamoura_sunset.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}


.imagem-tour-42 {
  display: block;
  height: 220px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/vilamoura_private.jpg'), -webkit-gradient(linear, left top, left bottom, from(#a3b5ff), to(#a3b5ff));
  background-image: url('../images/vilamoura_private.jpg'), linear-gradient(180deg, #a3b5ff, #a3b5ff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}


.div-block-10 {
  position: relative;
}

.social-media-seasiren {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 200px;
  margin-top: 81px;
  margin-bottom: 927px;
  padding: 7px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.div-block-11 {
  height: 20%;
}

.social-media-1 {
  height: 20%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.social-media-2 {
  height: 25%;
  margin-bottom: 3px;
}

.social-media-3 {
  height: 25%;
  margin-bottom: 3px;
}

.social-media-4 {
  height: 25%;
  margin-bottom: 3px;
}

.div-block-12 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/tripad-02.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-12-copy {
  width: 60%;
  height: 100%;
  margin-left: 14px;
  float: left;
}

.fb1 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/fb-01.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intag1 {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/instag-03.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkedin {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/linkedin-04.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-9 {
  margin-top: 13px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-10 {
  margin-top: 13px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-11 {
  margin-top: 13px;
}

.text-block-12 {
  margin-top: 13px;
}

.socialmedia-links {
  position: fixed;
  top: 102px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .63)), to(rgba(0, 0, 0, .63)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .63), rgba(0, 0, 0, .63));
}

.div-block-13 {
  height: 35px;
}

.facebook-link {
  height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.facebook-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.15) translate(-5px, 0px);
  -ms-transform: scale(1.15) translate(-5px, 0px);
  transform: scale(1.15) translate(-5px, 0px);
}

.tripad-link {
  height: 35px;
  padding-left: 5px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tripad-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.15) translate(-5px, 0px);
  -ms-transform: scale(1.15) translate(-5px, 0px);
  transform: scale(1.15) translate(-5px, 0px);
}

.instagram-link {
  height: 35px;
  padding-left: 5px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.instagram-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.15) translate(-5px, 0px);
  -ms-transform: scale(1.15) translate(-5px, 0px);
  transform: scale(1.15) translate(-5px, 0px);
}

.linked-in-link {
  height: 35px;
  padding-left: 5px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.linked-in-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.15) translate(-5px, 0px);
  -ms-transform: scale(1.15) translate(-5px, 0px);
  transform: scale(1.15) translate(-5px, 0px);
}

.div-block-14 {
  width: 25%;
  height: 100%;
}

.fb-ico {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/fb-01.svg');
  background-position: 50% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-color: blue;
}

.trip-ico {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/tripad-02.svg');
  background-position: 50% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-color: green;
}

.int-ico {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/instag-03.svg');
  background-position: 50% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-color: purple;
}

.in-ico {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url('../images/youtube-icon-01.svg');
  background-position: 50% 50%;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-color: red;
}

.in-txt {
  height: 100%;
  float: left;
}

.text-block-13 {
  padding-top: 4px;
  padding-left: 10px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
}

.free-transport {
  position: relative;
  left: 0px;
  top: 22px;
  right: 551px;
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/Free-Transport_red-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.section-2 {
  width: 100%;
  height: 680px;
  font-family: Barlow, sans-serif;
}

.div-block-15 {
  position: relative;
  display: block;
  width: 75%;
  max-width: 1180px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-2 {
  z-index: 2;
  background-color: transparent;
}

.brand-2 {
  width: 250px;
  height: 200px;
  background-image: url('../images/logo-branco-seasiren-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: url('../images/logo-branco-seasiren-01.svg'), linear-gradient(180deg, #000, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link-2 {
  width: 80%;
  margin-top: 21px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.nav-link-2:hover {
  font-weight: 600;
}

.paragraph-8 {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 6px #000, 1px 1px 6px #000;
}

.div-block-16 {
  width: 75%;
  margin-top: 0px;
  padding-left: 16px;
  float: left;
}

.div-block-17 {
  width: 80px;
  float: left;
}

.section-price {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 175, 66, .55)), to(rgba(79, 175, 66, .55))), url('../images/fundo-verde-seasiren.jpg');
  background-image: linear-gradient(180deg, rgba(79, 175, 66, .55), rgba(79, 175, 66, .55)), url('../images/fundo-verde-seasiren.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.price-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  width: 65%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-right: 13px;
  padding-left: 20px;
}

.div-block-19 {
  width: 10%;
  height: 103px;
  margin-left: 17px;
  padding-left: 0px;
  float: left;
  background-image: url('../images/seta-esquerda-05.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu-2 {
  width: 180px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-menu-2:hover {
  -webkit-transform: translate(-8px, 0px);
  -ms-transform: translate(-8px, 0px);
  transform: translate(-8px, 0px);
}

.paragraph-9 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.div-block-20 {
  width: 35%;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-right: 16px;
  padding-left: 20px;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 16px;
  float: left;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 200;
  text-align: right;
}

.text-block-14 {
  padding-left: 16px;
  float: left;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.heading-13 {
  text-align: right;
}

.price-ad {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 16px;
  padding-left: 5px;
  float: right;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  font-weight: 700;
  text-align: right;
}

.div-block-21 {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.adulto-tour-1 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 0px;
}

.price-tit {
  margin-bottom: 5px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #fff;
  font-family: Barlow, sans-serif;
  font-size: 10px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 2px;
  float: left;
  color: #fff;
  font-size: 25px;
  line-height: 44px;
}

.slider-3 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.paragraph-10 {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-3 {
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px none #bbb;
}

.div-block-22 {
  position: static;
  bottom: 999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown {
  width: 100%;
}

.dropdown-list-2 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
}

.div-block-23 {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/mais-verde-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-15 {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

.div-block-24 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 11px 83px 11px 89px;
  border-top: 1px solid #bbb;
  border-bottom: 1px none #bbb;
}

.div-block-25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 63, 63, .5)), to(rgba(148, 63, 63, .5)));
  background-image: linear-gradient(180deg, rgba(148, 63, 63, .5), rgba(148, 63, 63, .5));
}

.section-4 {
  height: 600px;
  background-image: url('../images/MAPA-COSTA-01.svg');
  background-position: 50% -162px;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-item {
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.list-item-2 {
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.list-item-3 {
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.list-item-4 {
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.list-item-5 {
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.list-item-6 {
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.paragraph-11 {
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 16px;
}

.div-block-26 {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
}

.paragraph-12 {
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.section-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.rodape-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 15px 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Barlow, sans-serif;
}

.free-transport-ini {
  position: static;
  width: 180px;
  height: 180px;
  margin-top: 620px;
  margin-bottom: 1px;
  margin-left: 5px;
  padding-bottom: 1px;
  float: right;
  background-image: url('../images/Free-Transport_pt-01.svg');
  background-position: 0% 6%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
}

.boarding-location {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 35px;
}

.boarding-info {
  display: block;
  width: 75%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  float: left;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #bbb;
}

.heading-15 {
  margin-top: 10px;
  margin-bottom: 13px;
  padding-top: 25px;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 20px;
  line-height: 44px;
}

.heading-16 {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
}

.list-item-7 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-8 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-9 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-10 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.topo-pag-tour {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.logo-e-gradiente {
  width: 250px;
  height: 250px;
  float: left;
  background-image: url('../images/logo-branco-seasiren-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: url('../images/logo-branco-seasiren-01.svg'), linear-gradient(180deg, #000, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  margin-top: 48px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.link-block:hover {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  text-shadow: 0 1px 6px rgba(0, 0, 0, .65);
}

.text-block-16 {
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.div-block-27 {
  width: 10%;
  height: 100px;
  float: left;
  background-image: url('../images/seta-esquerda-05.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.paragraph-13 {
  height: 506px;
  background-image: url('../images/embarque-03.png');
  background-position: 0px 50%;
  background-size: 723px 506px;
  background-repeat: no-repeat;
}

.unordered-list {
  padding-top: 22px;
}

.logo-rodape-pagetour {
  display: block;
  width: 180px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #000;
  background-image: url('../images/AM_LOGO_PRINCIPAL.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-28 {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-17 {
  padding-right: 6px;
  padding-left: 6px;
  color: #999;
  font-weight: 500;
  text-align: center;
}

.div-block-29 {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-18 {
  float: right;
  color: #999;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
}

.icones-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 21px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icone-rodape1 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/fb-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.icone-rodape1:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.icone-rodape2 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/tripad-02.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.icone-rodape2:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.icone-rodape3 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/instag-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.icone-rodape3:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.icone-rodape4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url('../images/youtube-icon-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.icone-rodape4:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.text-block-19 {
  margin-right: 15px;
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 15px;
}

.algarve-tours-test2 {
  position: static;
  font-family: Barlow, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.slide-snorkling-copy {
  background-image: url('../images/snorkling3.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/snorkling3.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 53% 54%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-tour-2-home {
  background-image: url('../images/slider-algarve-benagil-cave-tour.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/slider-algarve-benagil-cave-tour.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 50% 94%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slider-4 {
  height: 450px;
}

.slide-4 {
  background-image: url('../images/fundo-verde-seasiren.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-tour-3-home {
  background-image: url('../images/slider-algarve-snorkeling-safari.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/slider-algarve-snorkeling-safari.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 50% 52%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-tour-4-home {
  background-image: url('../images/slider-benagil-cave-marinha-beach-tour.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/slider-benagil-cave-marinha-beach-tour.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-tour-5-home {
  background-image: url('../images/slider-algarve-fishing-trip.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/slider-algarve-fishing-trip.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 53% 47%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-tour-6-home {
  background-image: url('../images/slider-benagil-cave-sunset-boat-tour.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(138, 132, 201, .5)), to(rgba(138, 132, 201, .5)));
  background-image: url('../images/slider-benagil-cave-sunset-boat-tour.jpg'), linear-gradient(180deg, rgba(138, 132, 201, .5), rgba(138, 132, 201, .5));
  background-position: 50% 20%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-topo-1 {
  height: 950px;
  border-bottom: 1px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), color-stop(33%, transparent)), url('../images/gruta-benagil.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), transparent 33%), url('../images/gruta-benagil.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slide-topo-2 {
  height: 950px;
  border-bottom: 1px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), color-stop(33%, transparent)), url('../images/seasiren-algarve-boat-tours.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), transparent 33%), url('../images/seasiren-algarve-boat-tours.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slide-topo-3 {
  height: 950px;
  border-bottom: 1px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), color-stop(37%, transparent)), url('../images/seasiren-algarve-boat-trip.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), transparent 37%), url('../images/seasiren-algarve-boat-trip.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slide-6 {
  height: 680px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), color-stop(34%, hsla(0, 0%, 100%, 0))), url('../images/TOUR1-SLIDE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), hsla(0, 0%, 100%, 0) 34%), url('../images/TOUR1-SLIDE.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-31 {
  width: 25%;
  height: 250px;
  margin-top: 20px;
  padding-top: 48px;
  padding-right: 21px;
  padding-left: 21px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.text-block-20 {
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

.div-block-32 {
  margin-bottom: 43px;
  padding-right: 0px;
  padding-left: 0px;
}

.pdf-info {
  position: relative;
  top: -20px;
  width: 100%;
  height: 150px;
  background-image: url('../images/pdf-01.svg');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pdf-info:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.seta-pdf {
  position: relative;
  left: 133px;
  top: 95px;
  width: 55px;
  height: 75px;
  background-image: url('../images/seta-pdf-01-01-01-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-tour-2 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.slide1_tour2 {
  height: 680px;
  background-image: url('../images/benagil-cave-tour/benagil-image-backg_2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour2-1 {
  height: 680px;
  background-image: url('../images/benagil-cave-tour/benagil-image-backg_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour2-2 {
  height: 680px;
  background-image: url('../images/benagil-cave-tour/benagil-cave-tour.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour2-3 {
  height: 680px;
  background-image: url('../images/benagil-cave-tour/benagil-cave-tour-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2_tour2 {
  height: 680px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), color-stop(34%, hsla(0, 0%, 100%, 0))), url('../images/TOUR1-SLIDE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), hsla(0, 0%, 100%, 0) 34%), url('../images/TOUR1-SLIDE.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.paragraph-14 {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

.info-tour2_txt {
  width: 65%;
  margin-bottom: 25px;
  padding-top: 53px;
  padding-right: 13px;
  padding-left: 20px;
}

.slider-tour-3 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.slide1_tour3 {
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/snorkling-image-backg_1.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour3_1 {
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/coastal-benagil-cave-marinha-beach-2.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour3_2 {
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/coastal-benagil-cave-marinha-beach.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour3_3{
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/coastal-benagil-cave-marinha-beach-3.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour3_4{
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/coastal-benagil-cave-marinha-beach-4.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour3_5{
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/coastal-benagil-cave-marinha-beach-5.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour3_snork2 {
  height: 680px;
  background-image: url('../images/coastal-benagil-cave-marinha-beach/snorkling-image-backg_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2_tour3 {
  height: 680px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), color-stop(34%, hsla(0, 0%, 100%, 0))), url('../images/TOUR1-SLIDE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), hsla(0, 0%, 100%, 0) 34%), url('../images/TOUR1-SLIDE.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-tour-3-copy {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.slider-tour-4 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.slide1_tour4 {
  height: 680px;
  background-image: url('../images/benagil_marinha-image-backg_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2_tour4 {
  height: 680px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), color-stop(34%, hsla(0, 0%, 100%, 0))), url('../images/TOUR1-SLIDE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), hsla(0, 0%, 100%, 0) 34%), url('../images/TOUR1-SLIDE.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-tour-5 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.slide1_tour3-copy {
  height: 680px;
  background-image: url('../images/snorkling3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1_tour5 {
  height: 680px;
  background-image: url('../images/benagil-kayak-tour/benagil-kayak-tour-header.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_kayak{
  background-image: url('../images/benagil-kayak-tour/kayak.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider_kayak_1{
  background-image: url('../images/benagil-kayak-tour/benagil-kayak-tour-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider_kayak_2{
  background-image: url('../images/benagil-kayak-tour/benagil-kayak-tour-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider_kayak_3{
  background-image: url('../images/benagil-kayak-tour/benagil-kayak-tour-3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider_kayak_4{
  background-image: url('../images/benagil-kayak-tour/benagil-kayak-tour-4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider_kayak_5{
  background-image: url('../images/benagil-kayak-tour/benagil-kayak-tour-5.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slide2_tour5 {
  height: 680px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), color-stop(34%, hsla(0, 0%, 100%, 0))), url('../images/TOUR1-SLIDE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), hsla(0, 0%, 100%, 0) 34%), url('../images/TOUR1-SLIDE.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav-4 {
  display: block
}

.slide1_tour6 {
  height: 680px;
  background-image: url('../images/sunset-image-backg_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour6_1 {
  height: 680px;
  background-image: url('../images/sunset-tour.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour6_2 {
  height: 680px;
  background-image: url('../images/sunset.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour6_3 {
  height: 680px;
  background-image: url('../images/sunset-tour-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour6_4 {
  height: 680px;
  background-image: url('../images/sunset-tour-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-5 {
  display: block;
}

.slide-nav-6 {
  display: block;
}

.slide-nav-7 {
  display: block;
}

.slide-nav-8 {
  display: block;
}

.button-slider-1 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider-1:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.button-slider-2 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider-2:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.button-slider-3 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider-3:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.button-slider-4 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider-4:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.button-slider-5 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider-5:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.button-slider-6 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-slider-6:hover {
  border-style: none;
  border-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.slider-about-us {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 550px;
}

.slide-about {
  height: 550px;
  background-image: url('../images/about-seasiren-tours.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-covid {
  height: 550px;
  background-image: url('../images/covid-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2-about {
  width: 100%;
  height: 550px;
  font-family: Barlow, sans-serif;
}

.div-block-33 {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-34 {
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  font-size: 16px;
  text-align: center;
}

.paragraph-15 {
  padding-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  text-align: center;
}

.div-block-1about {
  position: relative;
  z-index: 9999;
  display: block;
  width: 75%;
  max-width: 1180px;
  margin-top: 166px;
  margin-right: auto;
  margin-left: auto;
}

.heading-17 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 85px;
  line-height: 85px;
}

.text-block-21 {
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.section-about-info {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 175, 66, .55)), to(rgba(79, 175, 66, .55))), url('../images/fundo-verde-seasiren.jpg');
  background-image: linear-gradient(180deg, rgba(79, 175, 66, .55), rgba(79, 175, 66, .55)), url('../images/fundo-verde-seasiren.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-18 {
  font-family: Barlow, sans-serif;
  color: #4faf42;
  font-size: 83px;
  line-height: 80px;
}

.text-block-22 {
  margin-top: 15px;
}

.tab-container {
  position: relative;
  top: -33px;
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 29px;
}

.tabs {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-left-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#999));
  background-image: linear-gradient(180deg, #999, #999);
  color: #fff;
}

.tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#bbb));
  background-image: linear-gradient(180deg, #bbb, #bbb);
  font-family: Barlow, sans-serif;
  color: #1fc009;
}

.tab-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#bbb));
  background-image: linear-gradient(180deg, #bbb, #bbb);
}

.tab-link-3.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.text-block-24 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.text-block-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.tab-pane {
  padding: 24px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.tab-pane-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 100%, 83%, .5)), to(hsla(0, 100%, 83%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 100%, 83%, .5), hsla(0, 100%, 83%, .5));
}

.tab-pane-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 18, 211, .5)), to(rgba(57, 18, 211, .5)));
  background-image: linear-gradient(180deg, rgba(57, 18, 211, .5), rgba(57, 18, 211, .5));
}

.free-transport-about {
  position: relative;
  top: 169px;
  right: 551px;
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/Free-Transport_red-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.heading-19 {
  margin-bottom: 5px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.text-block-26 {
  padding-bottom: 16px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.paragraph-16 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.section-about-info-1 {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-bottom: 29px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 175, 66, .55)), to(rgba(79, 175, 66, .55))), url('../images/fundo-verde-seasiren.jpg');
  background-image: linear-gradient(180deg, rgba(79, 175, 66, .55), rgba(79, 175, 66, .55)), url('../images/fundo-verde-seasiren.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.detalhes-barcos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
}

.barco1 {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #fff;
}

.barco2 {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.barco3 {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-20 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
}

.text-block-27 {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.paragraph-17 {
  margin-top: 19px;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.bloco-icones-1 {
  height: 100px;
  margin-top: 35px;
  background-image: url('../images/icones_preto-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.list-item-11 {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.list-item-12 {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 16px;
}

.list-item-13 {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 16px;
}

.unordered-list-2 {
  text-align: center;
}

.barco3-about {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #fff;
}

.barco1-about {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
}

.section-7 {
  display: block;
  height: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/foto-do-cais-de-embarque.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

._1-metade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-36 {
  width: 60%;
  height: 500px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.heading-21 {
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 45px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
}

.text-block-28 {
  font-family: Barlow, sans-serif;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
}

.paragraph-18 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  text-align: left;
}

.list-item-14 {
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Barlow, sans-serif;
  text-align: left;
}

.list-item-15 {
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Barlow, sans-serif;
  text-align: left;
}

.list-item-16 {
  font-family: Barlow, sans-serif;
  text-align: left;
}

.preloader-ss {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-37 {
  display: block;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/preload.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide1_tour4_bm2 {
  height: 680px;
  background-image: url('../images/benagil-image-backg_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-5 {
  height: 680px;
  background-image: url('../images/ultimate-algarve-boat-trip.jpg');
  background-position: 50% 44%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5-1 {
  height: 680px;  
  background-image: url('../images/ultimate-algarve-boat-trip/ultimate-algarve-boat-tour-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-5-2 {
  height: 680px;  
  background-image: url('../images/ultimate-algarve-boat-trip/ultimate-algarve-boat-tour-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-5-3 {
  height: 680px;  
  background-image: url('../images/ultimate-algarve-boat-trip/ultimate-algarve-boat-tour.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-5-4 {
  height: 680px;  
  background-image: url('../images/ultimate-algarve-boat-trip/ultimate-algarve-boat-trip-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-5-5 {
  height: 680px;  
  background-image: url('../images/ultimate-algarve-boat-trip/about-seasiren-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-topo-3-entrada {
  height: 950px;
  border-bottom: 1px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), color-stop(37%, transparent)), url('../images/seasiren-algarve-cave-trip.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), transparent 37%), url('../images/seasiren-algarve-cave-trip.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.seasiren-conteudo-tours-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  margin: 19px auto 0px;
  padding: 25px 0px 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}



.skipper {
  position: relative;
  top: -10px;
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  margin-left: 0px;
  float: left;
  border: 2px solid #bbb;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.skipper:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tour-ss-skipper {
  position: relative;
  top: 0px;
  height: 450px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
  text-decoration: none;
}

.tour-ss-skipper:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
  box-shadow: 0 5px 13px 1px rgba(0, 0, 0, .32);
}



.titulo-tour-copy {
  margin-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #1fc009;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.titulo-tour-skipper {
  margin-top: 24px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #1fc009;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.paragraph-skipper {
  margin-top: 11px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.text-block-29 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #1fc009;
  font-size: 55px;
  line-height: 55px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-shadow: -1px 6px 6px rgba(0, 0, 0, .11);
}

.paragraph-skipper-2 {
  margin-top: 11px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.slide1_tour7 {
  height: 680px;
  background-image: url('../images/sunset-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1_tour7_2-copy {
  height: 680px;
  background-image: url('../images/sunset-experience.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1_tour8 {
  height: 680px;
  background-image: url('../images/sunset-kayak-explorer/sunset-kayak-explorer-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1_tour8_2 {
  height: 680px;
  background-image: url('../images/sunset-kayak-explorer/sunset-kayak-explorer-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour8_3 {
  height: 680px;
  background-image: url('../images/sunset-kayak-explorer/sunset-kayak-explorer-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour8_4 {
  height: 680px;
  background-image: url('../images/sunset-kayak-explorer/sunset-kayak-explorer-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide1_tour8_5 {
  height: 680px;
  background-image: url('../images/sunset-kayak-explorer/sunset-kayak-explorer-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tour-7-home {
  background-image: url('../images/slider-algarve-kayak-eco-tour.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tour-7-home-copy {
  background-image: url('../images/slider-tour-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tour-8-home {
  background-image: url('../images/slider-ultimate-algarve-boat-tour-p-500.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.euros-pt {
  padding-left: 10px;
  float: left;
  font-family: Varela, sans-serif;
  color: #4faf42;
  font-size: 20px;
  font-weight: 700;
}

.desdept {
  margin-bottom: 22px;
  padding-left: 30px;
  float: left;
  font-family: Barlow, sans-serif;
  color: #999;
  font-size: 18px;
}

.botaoform-pt {
  position: relative;
  top: -10px;
  display: block;
  width: 200px;
  margin-top: 22px;
  float: left;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Barlow, sans-serif;
  color: #1fc009;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.botaoform-pt:hover {
  background-color: #d4d4d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(180deg, #ebebeb, #ebebeb);
}

.free-transport-pt {
  position: relative;
  left: 0px;
  top: 22px;
  right: 551px;
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/Free-Transport_pt-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.free-transport-about-pt {
  position: relative;
  top: 169px;
  right: 551px;
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/Free-Transport_pt-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.free-transport-ini-pt {
  position: static;
  width: 180px;
  height: 180px;
  margin-top: 620px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/Free-Transport_pt-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.text-block-30 {
  padding-left: 0px;
  text-align: right;
}

.image {
  position: relative;
  top: 5px;
  right: -132px;
  bottom: -60px;
  width: 100px;
  height: 100px;
  float: none;
}

.image-2 {
  position: relative;
  left: 132px;
  top: 5px;
  right: -66px;
  bottom: -80px;
  width: 100px;
  height: 100px;
  float: none;
}

.image-3 {
  position: relative;
  left: 40px;
  top: 190px;
  width: 100px;
  height: 100px;
  margin-bottom: 9px;
  padding-bottom: 0px;
  float: none;
}

.image-4 {
  position: relative;
  left: 40px;
  top: 190px;
}

html.w-mod-js *[data-ix="social-interact"] {
  opacity: 0.5;
  -webkit-transform: translate(118px, 0px);
  -ms-transform: translate(118px, 0px);
  transform: translate(118px, 0px);
}

html.w-mod-js *[data-ix="dropdown-highlights"] {
  display: none;
  height: 0px;
}

@media (max-width: 991px) {
  .slide-nav-2 {
    top: 723px;
  }
  .destaque1 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .img-destaque {
    height: 180px;
  }
  .titulo-tour {
    font-size: 18px;
  }
  .paragraph {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .info-tour {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .startfrom {
    display: block;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 17px;
    float: left;
    font-size: 15px;
  }
  .euros {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
    font-size: 20px;
  }
  .botaobooknow {
    top: 0px;
    display: block;
    margin: 17px 0px 11px;
    padding-right: 3px;
    padding-left: 20px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  .container-nav {
    padding-right: 15px;
  }
  .nav-menu {
    left: 0px;
    background-color: #000;
  }
  .seasiren-tours {
    padding-top: 31px;
  }
  .tour-1 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .botaoform {
    top: 0px;
    display: block;
    margin: 17px 0px 11px;
    padding-right: 3px;
    padding-left: 20px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  .txt-intro-tours {
    margin-top: 43px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .heading-4 {
    font-size: 65px;
    line-height: 65px;
  }
  .paragraph-4 {
    margin-top: 29px;
    margin-bottom: 33px;
  }
  .destauque2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .img-destaque-2 {
    height: 180px;
  }
  .titulo-tour-2 {
    font-size: 18px;
  }
  .destaque-tour-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .img-destaque-3 {
    height: 180px;
  }
  .titulo-tour-1 {
    font-size: 18px;
  }
  .heading-6 {
    font-size: 25px;
  }
  .heading-7 {
    font-size: 55px;
    line-height: 55px;
  }
  .destaque-slogan-seas1 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 9px;
    padding-left: 30px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 283px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tourdestaque1 {
    height: 500px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .book-now-novo {
    width: 100%;
    margin-bottom: 10px;
  }
  .div-block-7 {
    width: 85%;
    margin-top: 100px;
    padding-right: 92px;
    padding-left: 92px;
  }
  .paragraph-6 {
    margin-bottom: 37px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-2 {
    display: none;
  }
  .div-block-8 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .seasiren-conteudo-tours-2 {
    margin-top: 10px;
    padding-top: 5px;
  }
  .tour-ss1 {
    height: 480px;
    margin-right: 10px;
    margin-left: 10px;
  }
    .video-ss1 {
    height: 360px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .more-info-tour {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .socialmedia-links {
    display: none;
  }
  .free-transport {
    position: relative;
    left: -62px;
    top: 36px;
    right: 91px;
    z-index: 999;
    width: 150px;
    height: 150px;
    float: right;
    background-repeat: no-repeat;
  }
  .div-block-15 {
    width: 85%;
    margin-top: 57px;
  }
  .div-block-16 {
    width: 65%;
  }
  .price-flex {
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #fff;
  }
  .paragraph-9 {
    font-size: 14px;
  }
  .div-block-20 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
  }
  .heading-12 {
    font-size: 30px;
  }
  .price-ad {
    font-size: 30px;
  }
  .section-3 {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .rodape-tour {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .free-transport-ini {
    position: static;
    left: 194px;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    background-position: 89% 50%;
    background-repeat: no-repeat;
  }
  .boarding-info {
    width: 60%;
    border-bottom-style: none;
  }
  .div-block-27 {
    width: 8%;
  }
  .logo-rodape-pagetour {
    width: 140px;
    height: 60px;
    margin-bottom: 8px;
    background-position: 50% 50%;
  }
  .div-block-28 {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-17 {
    font-size: 14px;
  }
  .div-block-29 {
    width: 35%;
    text-align: center;
  }
  .text-block-18 {
    float: none;
    text-align: center;
  }
  .icon {
    color: #bbb;
  }
  .icon-2 {
    top: 8px;
  }
  .menu-button.w--open {
    left: -15px;
    background-color: #000;
  }
  .icones-social {
    padding-left: 40px;
  }
  .slide-tour-4-home {
    background-image: url('../images/slider-tour-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-4.jpg'), linear-gradient(180deg, transparent, transparent);
  }
  
  .slide-topo-1 {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  
  .slide-topo-2 {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .slide-topo-3 {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-block-31 {
    width: 40%;
    padding-top: 21px;
    padding-right: 51px;
  }
  .pdf-info {
    top: -1px;
  }
  .seta-pdf {
    left: 127px;
  }
  .info-tour2_txt {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #fff;
  }
  .slider-about-us {
    height: 400px;
  }
  .slide-about {
    height: 400px;
    background-position: 50% 57%;
    background-size: auto 150%;
  }
  
    
   .slide-covid {
    height: 400px;
    background-position: 50% 57%;
    background-size: auto 150%;
  }
  .section-2-about {
    height: 400px;
  }
  .div-block-34 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .div-block-1about {
    position: absolute;
    width: 95%;
    margin-top: 57px;
  }
  .free-transport-about {
    position: relative;
    left: -62px;
    top: 36px;
    right: 91px;
    z-index: 999;
    width: 150px;
    height: 150px;
    float: right;
    background-repeat: no-repeat;
  }
  .section-about-info-1 {
    height: auto;
  }
  .div-block-36 {
    width: 85%;
    height: auto;
  }
  .slide-topo-3-entrada {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .seasiren-conteudo-tours-3 {
    margin-top: 10px;
    padding-top: 5px;
  }
  .skipper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tour-ss-skipper {
    height: 480px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .imagem-tour-9 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .titulo-tour-copy {
    font-size: 18px;
  }
  .titulo-tour-skipper {
    font-size: 18px;
  }
  .paragraph-skipper {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .paragraph-skipper-2 {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 18px;
  }
  .euros-pt {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
    font-size: 20px;
  }
  .desdept {
    display: block;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
    padding-right: 21px;
    padding-left: 21px;
    float: left;
    font-size: 15px;
  }
  .botaoform-pt {
    top: 0px;
    display: block;
    margin: 17px 0px 11px;
    padding-right: 3px;
    padding-left: 20px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  .free-transport-pt {
    position: relative;
    left: -62px;
    top: 36px;
    right: 91px;
    z-index: 999;
    width: 150px;
    height: 150px;
    float: right;
    background-repeat: no-repeat;
  }
  .free-transport-about-pt {
    position: relative;
    left: -62px;
    top: 36px;
    right: 91px;
    z-index: 999;
    width: 150px;
    height: 150px;
    float: right;
    background-repeat: no-repeat;
  }
  .free-transport-ini-pt {
    position: static;
    left: 194px;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    background-position: 89% 50%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .slider-seasiren-inicio {
    height: 900px;
  }
  .slide-nav-2 {
    top: 696px;
  }
  .seasiren-conteudo {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .destaque1 {
    margin-left: 5px;
  }
  .img-destaque {
    height: 220px;
  }
  .titulo-tour {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .paragraph {
    font-size: 13px;
    line-height: 18px;
  }
  .info-tour {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    padding-top: 18px;
  }
  /*.startfrom {
    width: 50%;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 0px;
    float: left;
    font-size: 20px;
    text-align: center;
  }*/
  /*.euros {
    width: 50%;
    margin-top: 10px;
    float: left;
    font-size: 25px;
  }*/
  .botaobooknow {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-nav {
    width: 100%;
    padding-right: 30px;
  }
  .brand {
    display: block;
    width: 100%;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    background-size: 350px, auto;
  }
  .nav-menu {
    left: 0px;
    width: 100%;
    border-bottom-color: #fff;
    background-color: #000;
  }
  .language {
    position: relative;
    left: 80px;
    z-index: 10000;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .slider-2 {
    height: 450px;
  }
  .tour-1 {
    margin-left: 5px;
  }
  .algarve-tours {
    height: auto;
  }
  .seasiren-tours-wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt-contacto {
    width: 80%;
  }
  .form {
    width: 80%;
    margin-top: 34px;
  }
  .botaoform {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-2 {
    font-family: Barlow, sans-serif;
  }
  .text-block-3 {
    font-family: Barlow, sans-serif;
  }
  .text-block-4 {
    font-family: Barlow, sans-serif;
  }
  .text-block-5 {
    text-align: center;
  }
  .text-block-6 {
    margin-left: 20px;
  }
  .text-block-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .txt-intro-tours {
    margin-top: 21px;
  }
  .destauque2 {
    margin-left: 5px;
  }
  .img-destaque-2 {
    height: 220px;
  }
  .titulo-tour-2 {
    font-size: 24px;
  }
  .destaque-tour-3 {
    margin-left: 5px;
  }
  .img-destaque-3 {
    height: 220px;
  }
  .titulo-tour-1 {
    font-size: 24px;
  }
  .heading-6 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
  }
  .heading-7 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  .paragraph-5 {
    margin-top: 4px;
    text-align: center;
  }
  .destaque-slogan-seas1 {
    top: 0px;
    display: block;
    width: 85%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 285px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .boto-destaque-1 {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .tourdestaque1 {
    margin-bottom: 48px;
  }
  .text-block-8 {
    font-size: 22px;
  }
  .slide-tour-1-home {
    height: 450px;
    background-image: url('../images/slider-tour-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .div-block-7 {
    margin-top: 75px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph-6 {
    margin-bottom: 18px;
  }
  .div-block-8 {
    padding-bottom: 53px;
  }
  .div-block-9 {
    padding-bottom: 0px;
  }
  .seasiren-conteudo-tours-1 {
    padding-top: 20px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .seasiren-conteudo-tours-2 {
    margin-top: 0px;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tour-ss1 {
    position: relative;
    margin-right: 55px;
    margin-bottom: 38px;
    margin-left: 55px;
  }
  
    .video-ss1 {
    position: relative;
    margin-right: 55px;
    margin-bottom: 38px;
    margin-left: 55px;
  }
  .more-info-tour {
    width: 100%;
    margin-bottom: 0px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .more-info-tour:hover {
    border-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .imagem-tour-1 {
    height: 200px;
  }
  .imagem-tour-2 {
    height: 200px;
  }
  .imagem-tour-3 {
    height: 200px;
  }
  .imagem-tour-4 {
    height: 200px;
  }
  .imagem-tour-5 {
    height: 200px;
  }
  .imagem-tour-6 {
    height: 200px;
  }
  .imagem-tour-marriage {
    height: 200px!important
  }
  .socialmedia-links {
    display: none;
  }
  .free-transport {
    position: absolute;
    left: 0px;
    top: -114px;
    right: 0px;
    bottom: -120px;
    display: block;
    width: 150px;
    height: 150px;
    margin: 5px auto -39px;
    float: right;
    background-position: 87% 0%;
    background-repeat: no-repeat;
  }
  .div-block-15 {
    top: 65px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-8 {
    text-align: center;
  }
  .div-block-16 {
    display: block;
    width: 90%;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .price-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-18 {
    width: 90%;
  }
  .div-block-20 {
    width: 90%;
  }
  .heading-12 {
    padding-left: 5px;
    font-size: 20px;
  }
  .text-block-14 {
    padding-left: 5px;
  }
  .price-ad {
    padding-right: 5px;
    font-size: 20px;
  }
  .adulto-tour-1 {
    font-size: 12px;
  }
  .section-3 {
    width: 90%;
  }
  .free-transport-ini {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 180px;
    margin: 0px auto 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: right;
  }
  .boarding-location {
    max-width: auto;
  }
  .boarding-info {
    width: 65%;
    margin-left: 0px;
    padding-right: 27px;
    padding-left: 55px;
    border-bottom-style: none;
  }
  .topo-pag-tour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-e-gradiente {
    width: 100%;
    height: 300px;
    float: none;
    background-position: 50% 59%, 0px 0px;
    background-size: 50%, auto;
  }
  .link-block {
    position: absolute;
    margin-top: 19px;
  }
  .right-arrow-3 {
    display: none;
  }
  .left-arrow-3 {
    display: none;
  }
  .logo-rodape-pagetour {
    height: 80px;
  }
  .icon {
    color: #999;
  }
  .menu-button {
    left: -20px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .slide-nav-3 {
    padding-bottom: 33px;
  }
  .div-block-30 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .icones-social {
    padding-left: 35px;
  }
  .slide-tour-4-home {
    background-image: url('../images/slider-tour-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-4.jpg'), linear-gradient(180deg, transparent, transparent);
  }
  .mask {
    position: relative;
  }
  .div-block-31 {
    width: 25%;
    height: 280px;
    margin-top: 30px;
    padding-top: 19px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pdf-info {
    position: relative;
    top: -10px;
  }
  .seta-pdf {
    left: 59px;
  }
  .info-tour2_txt {
    width: 90%;
  }
  .slide-about {
    background-position: 50% 40%;
    background-size: auto 200%;
  }
  
  .slide-covid {
    background-position: 50% 40%;
    background-size: auto 200%;
  }
  .div-block-1about {
    position: relative;
    left: 0px;
    top: -42px;
    right: 0px;
    display: block;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .free-transport-about {
    position: absolute;
    left: 0px;
    top: 298px;
    right: -39px;
    bottom: -120px;
    width: 100%;
    height: 150px;
    margin-top: 5px;
    margin-bottom: -39px;
    margin-left: 0px;
    float: right;
    background-position: 87% 0%;
    background-repeat: no-repeat;
  }
  .detalhes-barcos {
    padding-right: 39px;
    padding-left: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .barco1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }
  .barco1-about {
    border-right-style: none;
  }
  .section-7 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-35 {
    width: 100%;
  }
  ._1-metade {
    width: 100%;
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .div-block-36 {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }
  .heading-21 {
    margin-top: 5px;
    text-align: center;
  }
  .text-block-28 {
    text-align: center;
  }
  .paragraph-18 {
    text-align: center;
  }
  .list-item-14 {
    text-align: center;
  }
  .list-item-15 {
    text-align: center;
  }
  .list-item-16 {
    text-align: center;
  }
  .seasiren-conteudo-tours-3 {
    margin-top: 0px;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .imagem-tour-7 {
    height: 200px;
  }
  .imagem-tour-8 {
    height: 200px;
  }
  .skipper {
    width: 100%;
    margin-bottom: 0px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .skipper:hover {
    border-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  }
  .tour-ss-skipper {
    position: relative;
    margin-right: 55px;
    margin-bottom: 38px;
    margin-left: 55px;
  }
  .imagem-tour-9 {
    height: 100px;
    margin: 34px 130px 39px;
  }
  .titulo-tour-copy {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .titulo-tour-skipper {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .paragraph-skipper {
    font-size: 16px;
    line-height: 22px;
  }
  .paragraph-skipper-2 {
    font-size: 16px;
    line-height: 22px;
  }
  /*.euros-pt {
    width: 50%;
    margin-top: 10px;
    float: left;
    font-size: 25px;
  }*/
  .desdept {
    width: 50%;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 0px;
    float: left;
    font-size: 20px;
    text-align: center;
  }
  .botaoform-pt {
    padding-right: 5px;
    padding-left: 5px;
  }
  .free-transport-pt {
    position: absolute;
    left: 0px;
    top: -114px;
    right: 0px;
    bottom: -120px;
    display: block;
    width: 150px;
    height: 150px;
    margin: 5px auto -39px;
    float: right;
    background-position: 87% 0%;
    background-repeat: no-repeat;
  }
  .free-transport-about-pt {
    position: absolute;
    left: 0px;
    top: 298px;
    right: -39px;
    bottom: -120px;
    width: 100%;
    height: 150px;
    margin-top: 5px;
    margin-bottom: -39px;
    margin-left: 0px;
    float: right;
    background-position: 87% 0%;
    background-repeat: no-repeat;
  }
  .free-transport-ini-pt {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 180px;
    margin: 0px auto 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .slider-seasiren-inicio {
    height: 900px;
  }
  .slide-nav-2 {
    top: 768px;
  }
  .seasiren-tours-destaques {
    height: auto;
  }
  .seasiren-conteudo {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .destaque1 {
    top: -45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .img-destaque {
    height: 200px;
  }
  .titulo-tour {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
  }
  .paragraph {
    position: relative;
    margin-top: 1px;
    margin-bottom: 13px;
    text-align: center;
  }
  .info-tour {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  /*.startfrom {
    margin-top: 5px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 15px;
  }*/
  .euros {
    margin-top: 5px;
  }
  .container-nav {
    width: 100%;
  }
  .brand {
    display: block;
    width: 100%;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    background-size: 250px, auto;
  }
  .language {
    left: 0px;
    z-index: 20000;
    margin-left: 27px;
  }
  .slider-2 {
    height: 550px;
  }
  .seasiren-tours {
    margin-top: 15px;
  }
  .pag-tours {
    height: auto;
    padding-bottom: 17px;
  }
  .seasiren-conteudo-tours {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tour-1 {
    top: -45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .algarve-tours {
    height: auto;
  }
  .algarve-tours-test1 {
    background-image: url('../images/fundo-verde-seasiren.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/fundo-verde-seasiren.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .map {
    height: 400px;
  }
  .seasiren-tours-wrapper-form {
    margin-top: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .txt-contacto {
    width: 90%;
  }
  .form {
    width: 90%;
    margin-top: 20px;
  }
  .rodape-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rodape-esq {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .rodape-dir {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .info-rodape-dir {
    margin-bottom: 9px;
  }
  .heading {
    margin-top: 7px;
    line-height: 25px;
  }
  .txt-intro-tours {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-4 {
    margin-top: 20px;
    margin-bottom: 38px;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0px;
  }
  .paragraph-4 {
    margin-top: 33px;
  }
  .destauque2 {
    top: -45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .titulo-tour-2 {
    text-align: center;
  }
  .destaque-tour-3 {
    top: -45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .titulo-tour-1 {
    position: relative;
    margin-top: 19px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 25px;
    text-align: center;
  }
  .heading-6 {
    font-size: 22px;
    line-height: 26px;
  }
  .heading-7 {
    margin-top: 9px;
    font-size: 30px;
    line-height: 35px;
  }
  .destaque-slogan-seas1 {
    top: 0px;
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .div-block-5 {
    margin-top: 247px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .boto-destaque-1 {
    width: 180px;
    text-align: center;
  }
  .tourdestaque1 {
    position: relative;
    margin-right: 15px;
    margin-bottom: 33px;
    margin-left: 15px;
  }
  .book-now-novo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-block-8 {
    font-size: 20px;
  }
  .slide-tour-1-home {
    height: 550px;
    background-image: url('../images/slider-tour-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .div-block-7 {
    margin-top: 51px;
    padding-right: 27px;
    padding-bottom: 40px;
    padding-left: 27px;
    text-align: center;
  }
  .heading-8 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  .button-slider {
    width: 150px;
  }
  .left-arrow {
    margin-left: -11px;
  }
  .right-arrow {
    margin-right: -11px;
  }
  .seasiren-conteudo-tours-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .seasiren-conteudo-tours-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tour-ss1 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }
    .video-ss1 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }
  
  .imagem-tour-1 {
    height: 200px;
  }
  .imagem-tour-2 {
    height: 200px;
  }
  .imagem-tour-3 {
    height: 200px;
  }
  .imagem-tour-4 {
    height: 200px;
  }
  
    .imagem-tour-10 {
    height: 200px;
  }
  
  
    .imagem-tour-11{
    height: 200px;
  }
  
    .imagem-tour-12 {
    height: 200px;
  }
  
  
    .imagem-tour-13 {
    height: 200px;
  }
  
    .imagem-tour-14 {
    height: 200px;
  }
  
    .imagem-tour-15 {
    height: 200px;
  }
  
      .imagem-tour-16 {
    height: 200px;
  }
  
       .imagem-tour-20 {
    height: 200px;
  }
  
       .imagem-tour-21 {
    height: 200px;
  }
  
       .imagem-tour-22 {
    height: 200px;
  }
  
         .imagem-tour-29 {
    height: 200px;
  }
  
  
       .imagem-tour-30 {
    height: 200px;
  }
  
       .imagem-tour-31 {
    height: 200px;
  }
  
       .imagem-tour-32 {
    height: 200px;
  }
  
         .imagem-tour-33 {
    height: 200px;
  }

  
       .imagem-tour-40 {
    height: 200px;
  }
  
       .imagem-tour-41 {
    height: 200px;
  }
  
       .imagem-tour-42 {
    height: 200px;
  }
  
  .free-transport {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    margin: 19px auto 0px;
    float: none;
    background-position: 50% 50%;
  }
  .section-2 {
    height: 800px;
  }
  .div-block-15 {
    top: 0px;
    max-width: 400px;
    margin-top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-16 {
    display: block;
    margin-top: 49px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .price-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div-block-20 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4px;
    padding-left: 4px;
  }
  .text-block-14 {
    text-align: center;
  }
  .price-tit {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slider-3 {
    height: 800px;
  }
  .section-3 {
    width: 90%;
  }
  .dropdown-toggle-2 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .div-block-23 {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-15 {
    margin-left: 5px;
    font-size: 15px;
  }
  .div-block-24 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .free-transport-ini {
    left: 0px;
    top: 0px;
    margin-top: 0px;
  }
  .boarding-info {
    width: 100%;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    border-bottom-style: none;
  }
  .heading-15 {
    text-align: center;
  }
  .heading-16 {
    text-align: center;
  }
  .topo-pag-tour {
    z-index: 20;
  }
  .logo-e-gradiente {
    position: relative;
    display: block;
    height: 270px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-position: 50% 51%, 0px 0px;
    background-size: 65%, auto;
  }
  .link-block {
    position: absolute;
    width: 80%;
    margin-top: 22px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-27 {
    margin-right: 7px;
  }
  .paragraph-13 {
    text-align: center;
  }
  .unordered-list {
    text-align: left;
  }
  .logo-rodape-pagetour {
    height: 65px;
  }
  .div-block-29 {
    width: 60%;
  }
  .icon-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .menu-button {
    left: 34px;
  }
  .menu-button.w--open {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .algarve-tours-test2 {
    background-image: url('../images/fundo-verde-seasiren.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/fundo-verde-seasiren.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .slide-snorkling-copy {
    background-image: url('../images/snorkling3.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/snorkling3.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .slide-tour-2-home {
    height: 550px;
    background-image: url('../images/slider-tour-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 50%, 0px 0px;
    background-size: cover, auto;
  }
  .slide-tour-3-home {
    height: 550px;
    background-image: url('../images/snorkling3.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/snorkling3.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .slide-tour-4-home {
    height: 550px;
    background-image: url('../images/slider-tour-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-4.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .slide-tour-5-home {
    height: 550px;
    background-image: url('../images/slider-tour-5.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-5.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .slide-tour-6-home {
    height: 550px;
    background-image: url('../images/slider-tour-6.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-6.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .slide-5 {
    height: 800px;
  }
  .slide-6 {
    height: 800px;
    background-position: 0px 0px, 50% 50%;
  }
  .div-block-31 {
    width: 100%;
    height: 220px;
    margin-top: 5px;
    padding-top: 5px;
  }
  .text-block-20 {
    font-size: 22px;
  }
  .pdf-info {
    position: relative;
    top: -20px;
  }
  .seta-pdf {
    position: relative;
    left: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-tour-2 {
    height: 800px;
  }
  .slide1_tour2 {
    height: 800px;
  }
  .slide2_tour2 {
    height: 800px;
    background-position: 0px 0px, 50% 50%;
  }
  .info-tour2_txt {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .slider-tour-3 {
    height: 800px;
  }
  .slide1_tour3 {
    height: 800px;
  }
  .slide2_tour3 {
    height: 800px;
    background-position: 0px 0px, 50% 50%;
  }
  .slider-tour-3-copy {
    height: 800px;
  }
  .slider-tour-4 {
    height: 800px;
  }
  .slide1_tour4 {
    height: 800px;
  }
  .slide2_tour4 {
    height: 800px;
    background-position: 0px 0px, 50% 50%;
  }
  .slider-tour-5 {
    height: 800px;
  }
  .slide1_tour3-copy {
    height: 800px;
  }
  .slide1_tour5 {
    height: 800px;
  }
  .slide2_tour5 {
    height: 800px;
    background-position: 0px 0px, 50% 50%;
  }
  .slide1_tour6 {
    height: 800px;
  }
  .button-slider-1 {
    width: 150px;
  }
  .button-slider-2 {
    width: 150px;
  }
  .button-slider-3 {
    width: 150px;
  }
  .button-slider-4 {
    width: 150px;
  }
  .button-slider-5 {
    width: 150px;
  }
  .button-slider-6 {
    width: 150px;
  }
  .slider-about-us {
    height: 400px;
  }
  .slide-about {
    height: 400px;
    background-position: 50% 12%;
    background-size: auto 130%;
  }
  
  .slide-covid {
    height: 400px;
    background-position: 50% 12%;
    background-size: auto 130%;
  }
  
  .section-2-about {
    height: 400px;
  }
  .div-block-34 {
    padding-top: 48px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-1about {
    top: 0px;
    max-width: 400px;
    margin-top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-17 {
    font-size: 55px;
    line-height: 55px;
  }
  .heading-18 {
    font-size: 35px;
    line-height: 35px;
  }
  .free-transport-about {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    margin: 19px auto 0px;
    float: none;
    background-position: 50% 50%;
  }
  .barco1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-20 {
    font-size: 32px;
  }
  .barco3-about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .barco1-about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-35 {
    height: 350px;
  }
  ._1-metade {
    height: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .div-block-36 {
    height: auto;
  }
  .heading-21 {
    text-align: center;
  }
  .text-block-28 {
    text-align: center;
  }
  .paragraph-18 {
    text-align: center;
  }
  .slide1_tour6_2 {
    height: 800px;
  }
  .slide1_tour3_snork2 {
    height: 800px;
  }
  .slide1_tour4_bm2 {
    height: 800px;
  }
  .slide1_tour2-1 {
    height: 800px;
  }
  .slide-5-1 {
    height: 800px;
  }
  .seasiren-conteudo-tours-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .imagem-tour-7 {
    height: 200px;
  }
  .tour-ss-skipper {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }
  .imagem-tour-9 {
    margin-right: 61px;
    margin-bottom: 17px;
    margin-left: 61px;
  }
  .titulo-tour-copy {
    margin-top: 15px;
    font-size: 30px;
  }
  .titulo-tour-skipper {
    margin-top: 15px;
    font-size: 30px;
  }
  .paragraph-skipper {
    position: relative;
    margin-top: 10px;
    margin-bottom: 13px;
    text-align: center;
  }
  .paragraph-skipper-2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 13px;
    text-align: center;
  }
  .slide1_tour7 {
    height: 800px;
  }
  .slide1_tour7_2-copy {
    height: 800px;
  }
  .slide1_tour8 {
    height: 800px;
  }
  .slide1_tour8_2 {
    height: 800px;
  }
  .slide-tour-7-home {
    height: 550px;
    background-image: url('../images/slider-tour-7.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-7.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .slide-tour-7-home-copy {
    height: 550px;
    background-image: url('../images/slider-tour-6.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-6.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .slide-tour-8-home {
    height: 550px;
    background-image: url('../images/slider-tour-8.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/slider-tour-8.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
  }
  .euros-pt {
    margin-top: 5px;
  }
  .desdept {
    margin-top: 5px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 15px;
  }
  .free-transport-pt {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    margin: 19px auto 0px;
    float: none;
    background-position: 50% 50%;
  }
  .free-transport-about-pt {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    margin: 19px auto 0px;
    float: none;
    background-position: 50% 50%;
  }
  .free-transport-ini-pt {
    left: 0px;
    top: 0px;
    margin-top: 0px;
  }
  
   
}

/**
 * Custom css
 */
/**
 * Facebook
 */
 .fb_iframe_widget {
  margin: 0 20px!important
}


