@font-face {
    font-family: book;
    src: url(../media/BebasNeue Book.ttf);
}

@font-face {
    font-family: light;
    src: url(../media/BebasNeue Light.otf);
}

@font-face {
    font-family: regular;
    src: url(../media/BebasNeue-Regular.otf);
}
@font-face {
    font-family: roblack;
    src: url(../media/Roboto-Black.otf);
}
::-webkit-scrollbar {width: .8vw;}
::-webkit-scrollbar-thumb {background: #ffaa00; border-radius: 10px;}
::-webkit-scrollbar-track {background-color: black;}
::selection {
  color: white;
  background: #f00;
}
#under {
  position: fixed;
  bottom: 0;
  width: 14vw;
  left: 40vw;
  z-index: 999;
  background: gray;
  color: white;
  font-family: regular;
  font-size: 1vw;
  line-height: .9vw;
  letter-spacing: .3vw;
  padding: .3vw 2vw 0 2vw;
  border-radius: 15vw 15vw 0 0;
  border: 5px solid white;
  border-top: 2px solid white;
  border-bottom: none;
  transition: all 1s;
  text-shadow: .1vw .1vw .2vw rgba(0,0,0,0.5);
}
*{
	margin: 0;
	padding: 0;
}
[data-title]:hover:after {
    opacity: 1;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #000;
    color: #fff;
    font-size: 1vw;
    font-family: regular;
    position: absolute;
    padding: .1vw 1vw;
    bottom: -1.5vw;
    left: -170%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 99999;
    visibility: hidden;    
}
[data-title] {
    position: relative;
}
body {
  background-color: #aaa;
  background-image: url(../img/sunset2.jpg);
  background-size: 101% 100%;
  background-attachment: fixed;
  background-repeat: repeat;
}
a, a:link, a:visited, a:active {
  text-decoration: none;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#container {
	width: auto;
	max-width: 100vw;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
}
menu {
  background: black;
  width: 100vw;
  height: 3vw;
  position: fixed;
  z-index: 9999;
  /*opacity: .85;*/
}
menu ul li {
  display: inline-block;
  color: white;
  padding-left: 2vw;
}
menu ul li:first-child {
  padding-left: 0;
}
menu ul li p {
  display: inline-block;
  color: white;
  mix-blend-mode:difference;
  line-height: 3.3vw;
  font-family: regular;
  font-size: 1.3vw;
  letter-spacing: .6vw;
  transition:all 0.2s;
}
menu ul li p:hover {
  transform: translateY(-4px);
  cursor: pointer;
  color: #ffbb00;
}
#menuqua {
  position: fixed;
  top: .6vw;
  left: 4vw;
  transition:all 0.4s;
  width: 2.3vw;
  z-index: 99999;
  mix-blend-mode:difference;
  cursor: pointer;
}
#ticket {
  position: fixed;
  top: -1.2vh;
  right: 8vw;
  transition:all 0.2s;
  width: 8vw;
  z-index: 99999;
  cursor: pointer;
  transform: translateY(0);
  filter: drop-shadow(5px 2px 2px rgba(0,0,0,.3));
}
#ticket:hover {
  transform: translateY(1.2vh);
}
#color {
  position: fixed;
  top: 1vw;
  right: 1vw;
  transition:all 0.2s;
  width: auto;
  height: auto;
  z-index: 99999;
  cursor: default;
  /*mix-blend-mode: difference;*/
}
#color li {
  display: inline-block;
  border-radius: 50%;
  mix-blend-mode: difference;
}
#language p {
  color: #888;
  font-family: regular;
  font-size: 1.2vw;
  letter-spacing: .1vw;
  mix-blend-mode: difference;
}
#language p span {
  cursor: pointer;
}
#lighter {
  background-color: #cacaca;
  height: 1.1vw;
  width: 1.1vw;
  cursor: pointer;
}
#darker {
  background-color: #474747;
  height: 1.1vw;
  width: 1.1vw;
  margin-left: .4vw;
  cursor: pointer;
}
#under:hover {
  background: #0b0;
  color: white;
}
#under p span {
  font-family: arial;
  font-weight: bolder;
  letter-spacing: .1vw;
  font-size: .9vw; 
}
#redes {
  position: fixed;
  bottom: 1.2vw;
  left: 1.5vw;
  z-index: 999;
  mix-blend-mode:difference;
}
#redes ul li {
  display: inline-block;
  padding-left: 1.2vw;
}
#redes ul li img {
  width: 1.8vw;
  transition:all 0.4s;
  webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,1));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,1));
}
#redes ul li img:hover {
  transform: scale(1.3);
  cursor: pointer;
}
#next {
  width: 3vw;
  position: fixed;
  bottom: 1.5vw;
  margin-left: -1.5vw;
  /*right: 3vw;*/
  transition:all 0.4s;
  z-index: 980;
  cursor: pointer;
  transition:all 0.2s;
  mix-blend-mode:difference;
  display: none;
}
#next:hover {
  transform: translateY(-.2vw);
}
#tripadvisor {
  position: fixed;
  bottom: 1.5vw;
  width: 3.5vw;
  right: 1.5vw;
  z-index: 990;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  transition:all 0.4s;
  mix-blend-mode:difference;
}
#tripadvisor:hover {
  transform: scale(1.15);
}
#linend {
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 0;
  z-index: 990; 
  border: 1.5vh solid transparent;
    border-image: url(../img/bordewave.png) 30 6 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#home {
  width: 100%;
  height: 98.5vh;
  background-image: url(../img/fishingrebelsfishing.png);
  background-size: 100vw 98vh;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 600px rgba(0,0,0,0) inset;
}
#logo {
  margin-top: 13vh;
  width: 31%;
  transition:all .6s;
  webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,.8));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.8));
}
#logo:hover {
  /*mix-blend-mode:difference;*/
  transform: scale(1.06);
}
#home h2 {
  width: 21vw;
  font-size: 1.25vw;
	color: white;
	font-family: regular;
	font-weight: normal;
	letter-spacing: .3vw;
	text-shadow: 2px 2px 2px rgba(0,0,0,1)
}
#secondary {
	width: 100%;
	height: auto;
	min-height: 75vw;
  background-image: url(../img/contactome.jpg);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-color: white;
	border: 1.5vh solid transparent;
  	border-image: url(../img/borde.png) 22 6 round;
  	border-image-outset: 1;
  	border-bottom: 0;
  	border-left: 0;
  	border-right: 0;
}
#secondary h1 {
	color: red;
	font-family: regular;
	font-size: 3.1vw;
	letter-spacing: .5vw;
	font-weight: normal;
	margin-top: 4vh;
}
#secondary p {
  width: 50vw;
	font-family: regular;
	font-weight: normal;
	font-size: 1.4vw;
	letter-spacing: .15vw;
}
#last {
	background-color: white;
	width: 100%;
	height: auto;
	min-height: 30vh;
	border: 1.5vh solid transparent;
  	border-image: url(../img/bordewave.png) 30 6 round;
  	border-top: 0;
  	border-left: 0;
  	border-right: 0;
}
.waves {
	width: 6vw;
	height: 2vw;
	margin-top: 1vh;
	background-image: url(../img/waves.png);
  background-size: 100% auto;
	background-repeat: no-repeat;
}
#buttonlines {
  width: 40vw;
  height: 2vw;
  background-image: url(../img/lines.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3vw;
  margin-left: 29.5vw;
}
#home button {
	font-family: regular;
	font-size: 1.2vw;
  color: #000;
	letter-spacing: .2vw;
	padding: .3vw 1.2vw;
	background-color: #0bf;
	border-radius: 100px;
	border: none;
	font-weight: bolder;
	cursor: pointer;
	transition:all 0.4s;
}
#home button a {
  color: #000;
}
#home button:hover {
	background-color: #0fb;
  transform: scale(1.04);
}
#footind {
  width: 11vw;
  height: 4.5vw;
  line-height: 3.9vw;
  color: white;
  font-family: regular;
  font-weight: bolder;
  font-size: 1.3vw;
  letter-spacing: .2vw;
  background-image: url(../img/wabutton.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  transition: all .4s;
  webkit-filter: drop-shadow(0 0 0 rgba(0,0,0,.4));
  filter: drop-shadow(0 0 0 rgba(0,0,0,.4));
}
#footind:hover {
  color: #fb0;
  transform: scale(1.05);
  webkit-filter: drop-shadow(.7vw .7vw 0 rgba(0,0,0,.4));
  filter: drop-shadow(.7vw .7vw 0 rgba(0,0,0,.4));
}
#we {
  width: 80vw;
  font-family: regular;
  background-image: url(../img/linesWavy.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 2.5vw;
  font-size: 1.2vw;
  letter-spacing: .3vw;
  font-weight: normal !important;
}
#brands {
  width: 50vw;
  height: 7vw;
  background-image: url(../img/brands.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#hall {
  width: 6.6vw;
  height: 5.9vw;
  background-image: url(../img/hallofame.jpg);
  background-size: 100% auto;
  position: absolute;
  right: 0;
  margin-top: 2.1vw;
  mix-blend-mode: multiply;
}
#left {
position: absolute;
top: 47%;
left: 1vw;
opacity: .4;
cursor: pointer;
transition: all .4s;
display: none;
}
#right {
position: absolute;
top: 47%;
right: 1vw;
opacity: .4;
cursor: pointer;
transition: all .4s;
display: none;
}
#left:hover, #right:hover {
  transform: scale(1.1);
  opacity: .7;
}
#license {
  width: 50%;
  height: 1.2vw;
  font-family: regular;
  font-size: 1vw;
  letter-spacing: .1vw; 
  border: 2px solid #999;
  border-left: 0;
  border-right: 0;
  /*border-bottom: 0;*/
  margin: .3vw 0 1.8vw 0;
}
#license p {
  width: 50%;
  padding-top: .06vw;
  float: left;
}
#license p a {
  color: black;
  transition: all .4s;
  letter-spacing: .1vw;
}
#license p a:hover {
  color: #f00;
  letter-spacing: .15vw;
}
#fl {
  text-align: left;
}
#fr {
  text-align: right;
}
#boatsind {
  width: 65vw;
  height: auto;
  min-height: 2vw;
  background-image: url(../img/boatss.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65vw;
}
#boatsind div {
  background-color: rgba(255,0,0,0);
  width: 20vw;
  height: auto;
  min-height: 2vw;
  display: inline-block;
  margin: 0 .5vw;
  border-bottom: 1px solid black;
  padding-bottom: .7vw;
}
#boatsind div img {
  width: 100%;
  transition: all .4s;
}
#boatsind div img:hover {
  opacity: 0.8
}
#boatsind div p {
  font-family: Arial black;
  font-weight: bolder;
  text-align: justify;
  width: 90%;
  padding: 0 5%;
  font-size: .8vw;
  letter-spacing: 0;
  text-align: center;
  border-top: 1px solid black;
}
#boatsind div button {
  border: none;
  font-family: regular;
  background-color: #0a2;
  color: white;
  width: 7vw;
  font-size: 1.3vw;
  letter-spacing: .1vw;
  text-align: center;
  border-radius: 2vw;
  padding: .2vw .5vw;
  margin-top: .7vw;
  cursor: pointer;
  box-shadow: 0;
  transition: all .4s;
}
#boatsind div button:hover {
  background-color: #ea0;
  color: white;
  box-shadow: .5vw .5vw 0 rgba(0,0,0,0.5);
}
#photos {
  width: 100%;
  height: auto;
  min-height: 35vw;
  /*background-color: black;*/
  background-image: url(../img/photos3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85vw;
  margin: 2vw 0 0 0;
}
#TA_cdsscrollingravenarrow793 {
  padding: 3vw 0 2.5vw 0;
  cursor: pointer;
  width: 15vw;
}
/*-------------------------------------SIDENAV-------------------------------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 3vw;
}

.sidenav a {
  font-family: regular;
  padding: 1vw 1vw 1vw 2vw;
  text-decoration: none;
  text-align: center;
  font-size: 1.4vw;
  letter-spacing: .4vw;
  color: #999;
  font-weight: normal;
  display: block;
  transition: 0.3s;
  border-bottom: 2px solid #222;
}

.sidenav a:first-child {
  border-bottom: 0;
}

.sidenav a:hover {
  color: #fb0;
}

.sidenav .closebtn {
  position: absolute;
  top: 15vw;
  right: 47vw;
  font-size: 4vw;
  margin-left: 50px;
}
.closebtn {
  margin-top: 2vw;
}
/*-------------------------------------BOATSPAGE-------------------------------------------------------*/
#boatspage {
  background-color: white;
  padding-top: 9vh;
  width: 100%;
  height: auto;
  min-height: 100vh;
  border: 1.5vh solid transparent;
    border-image: url(../img/bordewave.png) 30 6 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#slider {
  width: 74vw;
  height: 60vh;
  border-radius: .35vw;
  background-color: black;
  overflow: hidden;
  /*background-image: url(../img/sly/1.jpg);
  background-position: center -20vw;*/
}
#slider img {
  height: 60vh;
}
#sly1 {
  background-image: url(../img/sly/1.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 60vh;
  cursor: pointer;
}
#sly2 {
  background-image: url(../img/sly/2.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 60vh;
  cursor: pointer;
}
#sly3 {
  background-image: url(../img/sly/3.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 60vh;
  cursor: pointer;
}
#sly4 {
  background-image: url(../img/sly/4.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 60vh;
  cursor: pointer;
}
#sly5 {
  background-image: url(../img/sly/5.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 60vh;
  cursor: pointer;
}
#contslider {
  width: 95%;
  height: 60vh;
  border-radius: 15vw;
  /*background-color: #eee;*/
  background-image: url(../img/noise2.png), url(../img/noise.png);
}
#boatspage h1 {
  font-family: regular;
  font-weight: normal;
  font-size: 2.3vw;
  letter-spacing: 0;
  background-color: none;
  color: black;
  width: 40vw;
  border-bottom: 1vh solid red;
}
#boatspage h1 span {
  font-family: regular;
  letter-spacing: .1vw;
  font-weight: bold;
}
#loglines {
  width: 65vw;
  height: auto;
  margin-top: 1.5vw;
  background-image: url(../img/linewaves.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#logboats {
  mix-blend-mode: difference;
  width: 14vw;
}
#boatspage p {
  font-family: regular;
  font-weight: normal;
  font-size: 2vw;
  letter-spacing: 0;
  background-color: none;
  color: green;
  width: 50vw;
  margin-top: 2vw;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#boatspage p span {
  /*font-weight: bolder;*/
  color: #d03;
}
#boatspage p:last-child {
  font-family: regular;
  font-weight: normal;
  font-size: 2vw;
  letter-spacing: 0;
  background-color: none;
  color: #555;
  margin-top: 1vw;
  border: none;
  font-style: italic;
  text-shadow: .4vh .4vh .5vh rgba(0,0,0,0.2);
}
/*-------------------------------------CONTACTTTT-------------------------------------------------------*/
#homecontact{
  width: 100%;
  height: 36vh;
  background-image: url(../img/fishingrebelsfishingcontact.png);
  background-size: auto 36vh;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 600px rgba(0,0,0,0.2) inset;
}
#secondarycontact {
  background-color: white;
  width: 100%;
  height: auto;
  min-height: 62.5vh;
  border: 1.5vh solid transparent;
    border-image: url(../img/borde.png) 22 6 round;
    border-image-outset: 1;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-image: url(../img/contacto.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: white;
}
#secondarycontact h1 {
  color: black;
  font-family: regular;
  font-size: 7.2vw;
  letter-spacing: .45vw;
  font-weight: normal;
  margin-top: 2vh;
}
.contactarrow {
  width: 1.7vw;
  height: .7vw;
  margin-top: -2vh;
  background-image: url(../img/arrow2.png);
  background-size: 100% auto;
  /*transform: rotate(180deg);*/
  mix-blend-mode: difference;
  background-repeat: no-repeat;
  transition: all 1s;
}
.contactarrow:hover {
  transform: translateY(.3vw);
}
#booknow {
  width: 55vw;
  height: auto;
  min-height: 10vh;
  /*background-color: red;*/
}
form input, label, #boats, #time {
  font-family: regular;
  font-size: .9vw;
  line-height: 1.7vw;
  letter-spacing: .1vw;
  background-color: #ddd;
  border-radius: .4vw;
  margin-top: .5vw;
  height: 1.8vw;
}
form input:enabled, textarea:enabled, label:enabled, #listaservicios:enabled {
  border: none;
  outline: none;
}
#name {
  width: 20.1vw;
  padding: 0 .5vw;
}
#phone {
  width: 8.1vw;
  margin-left: .5vw;
  padding: 0 .5vw;
}
#email {
  width: 20.1vw;
  margin-left: .5vw;
  padding: 0 .5vw;
}
#boats {
  width: 10.5vw;
  border: none;
  outline: none;
  background-color: #858585;
  color: white;
  padding: 0 .5vw;
  cursor: pointer;
}
#dates {
  width: 10.5vw;
  margin-left: .5vw;
  background-color: #858585;
  color: white;
  padding: 0 .5vw;
  cursor: pointer;
}
#time {
  width: 11vw;
  margin-left: .5vw;
  border: none;
  padding: 0 .5vw;
  outline: none;
  background-color: #858585;
  color: white;
  cursor: pointer;
}
#reset {
  width: 8vw;
  margin-left: 1.5vw;
  background-color: #d00;
  color: white;
  letter-spacing: .3vw;
  cursor: pointer;
  transition: all .1s;
}
#reset:hover {
  background-color: #fa0;
  color: black;
  font-weight: bolder;
}
#submit {
  width: 8vw;
  margin-left: .5vw;
  background-color: #096;
  color: white;
  letter-spacing: .3vw;
  cursor: pointer;
  transition: all .1s;
}
#submit:hover {
  background-color: #fa0;
  color: black;
  font-weight: bolder;
}
#payp {
  /*background-color: #227;*/
  background-color: #012169;
  width: 51.8vw;
  height: 2vw;
  padding: 0 .5vw;
  border-radius: .4vw;
  margin-top: .5vw;
}
#payp ul li {
  display: inline-block;
}
#payp p {
  color: #fc6;
  font-family: regular;
  font-size: 1.1vw;
  letter-spacing: .3vw;
  line-height: 2.1vw;
  /*font-style: italic;*/
  width: 28vw;
  overflow: hidden;
}
#paypal {
  margin-top: -1.9vw;
  cursor: pointer;
  width: 11vw;
  height: 1.6vw;
  background: #fb0;
  border-radius: 1vw;
  background-image: url(../img/paypal-ld.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5vw;
  transition: all .5s;
  box-shadow: 0;
}
#paypal:hover {
  transform: scale(1.01);
  box-shadow: 0 1vw 1vw rgba(0,0,0,0.5);
}
#message {
  width: 51.8vw;
  overflow-y: hidden;
  resize: none;
  padding: 0 .5vw;
  font-family: regular;
  font-size: .9vw;
  line-height: 1.7vw;
  letter-spacing: .1vw;
  background-color: #ddd;
  border-radius: .4vw;
  margin-top: .5vw;
}
#cancellation {
  font-family: regular;
  font-size: .95vw;
  line-height: 1.2vw;
  padding-top: .1vw;
  letter-spacing: .37vw;
  color: #888;
  font-weight: normal;
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  width: 53vw;
  margin-top: .9vh;
}
#license1 {
  font-family: regular;
  font-size: .95vw;
  line-height: 1.2vw;
  padding-top: .1vw;
  letter-spacing: .36vw;
  color: #aaa;
  font-weight: normal;
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 17vw;
  margin-top: 0;
  margin-left: 1vw;
  float: left;
  text-align: left;
}
#license2 {
  font-family: regular;
  font-size: .95vw;
  line-height: 1.2vw;
  padding-top: .1vw;
  letter-spacing: .36vw;
  color: #999;
  font-weight: normal;
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 17vw;
  margin-top: 0;
  margin-right: 1vw;
  float: right;
  text-align: right;
}
/*-------------------------------------PRODUCTSSS-------------------------------------------------------*/
#products {
  background-color: white;
  padding-top: 14vh;
  width: 100%;
  height: auto;
  min-height: 84.5vh;
  background-image: url(../img/prod.jpg);
  background-size: 100vw;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: white;
  border: 1.5vh solid transparent;
    border-image: url(../img/bordewave.png) 30 6 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#suny {
  /*background-color: red;*/
  width: 32vw;
  height: auto;
  min-height: 1vw;
  padding-top: 9vw;
  background-image: url(../img/sunny.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
  /*background-color: red;*/
}
#products h1 {
  font-family: regular;
  font-size: 7.3vw;
  line-height: 6vw;
  color: white;
  padding-top: 0;
  font-weight: normal;
  mix-blend-mode: difference;
  transition: all 3s;
}
#products h1:hover {
  letter-spacing: .4vw;
}
#products h1 span {
  vertical-align: center;
}
.items {
  width: 55vw;
  height: auto;
  min-height: 10vh;
  /*margin-top: 2vw;*/
  border: 1px solid black;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.items:last-child {
  border: 0;
}
.item {
  width: 11vw;
  margin: 1.5vw 1vw;
  padding-top: 15vw;
  background-color: #f5f5f5;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  background-size: 105% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s;
}
#i1 {
  background-image: url(../img/shirtfishingrebels1.png);
}
#i2 {
  background-image: url(../img/shirtfishingrebels2.png);
}
#i3 {
  background-image: url(../img/shirtfishingrebels3.png);
}
#i4 {
  background-image: url(../img/shirtfishingrebels4.png);
}
#i5 {
  background-image: url(../img/shirtfishingrebels5.png);
}
#i6 {
  background-image: url(../img/shirtfishingrebels6.png);
}
#i7 {
  background-image: url(../img/shirtfishingrebels7.png);
}
#i8 {
  background-image: url(../img/shirtfishingrebels8.png);
}
#i9 {
  background-image: url(../img/shirtfishingrebels9.png);
}
#i10 {
  background-image: url(../img/shirtfishingrebels10.png);
}
#i11 {
  background-image: url(../img/shirtfishingrebels11.png);
}
#i12 {
  background-image: url(../img/shirtfishingrebels12.png);
}
.item:hover {
  background-size: 110% auto;
  opacity: .8;
}
.item p {
  font-family: regular;
  color: white;
  font-size: 1.1vw;
  line-height: 2vw;
  background-color: black;
  padding: 0 .5vw;
  text-align: left;
}
.item p span {
  color: #fb0;
  float: right;
  background-color: #053;
  font-size: 1.2vw;
}
/*-------------------------------------K6-------------------------------------------------------*/
@media only screen and (orientation: portrait) {
::-webkit-scrollbar {width: 0;}
#container {
  width: 100%;
}
.sidenav .closebtn {
  position: absolute;
  top: 42vw;
  right: 47vw;
  font-size: 12vw;
  margin-left: 50px;
}
.closebtn {
  margin-top: 2vw;
}
body {
  background-image: url(../img/sunset2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#container {
}
menu {
  display: none;
}
#menuqua {
  top: 5vw;
  left: 6vw;
  width: 15vw;
  mix-blend-mode:normal;
}
#ticket {
  top: 0;
  right: 4vw;
  width: 22vw;
}
#color {
  display: none;
}
#under {
  width: 46vw;
  left: 26vw;
  z-index: 999;
  background: gray;
  font-family: regular;
  font-size: 4.6vw;
  line-height: 4vw;
  letter-spacing: .5vw;
  padding: 1.6vw 2vw 2vw 2vw;
  border-radius: 7vw 7vw 0 0;
  border: 1.5vw solid white;
  border-top: 2px solid white;
  border-bottom: none;
  text-shadow: .5vw .5vw 1vw rgba(0,0,0,0.5);
}
#under:hover {
  background: #0b0;
}
#under p span {
  font-family: arial;
  font-weight: default;
  letter-spacing: .1vw;
  font-size: 3.5vw; 
  line-height: 0;
}
#redes {
  bottom: 1.2vw;
  left: 1vw;
  mix-blend-mode: difference;
}
#redes ul li {
  padding-left: 1vw;
}
#redes ul li:nth-child(3), #redes ul li:nth-child(4) {
  display: none;
}
#redes ul li img {
  width: 10vw;
  webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,1));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,1));
}
#next {
  width: 10vw;
  bottom: 4vh;
  margin-left: -1.5vw;
  mix-blend-mode:difference;
}
#tripadvisor {
  position: fixed;
  bottom: 2.5vw;
  width: 15.5vw;
  right: 2vw;
  transition:all 0.4s;
  mix-blend-mode:difference;
}
#home {
  width: 100%;
  height: 92vh;
  background-image: url(../img/fishingrebelsportrait.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 600px rgba(0,0,0,0.2) inset;
}
#logo {
  margin-top: 30vh;
  width: 85vw;
  webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,.5));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.5));
}
#home h2 {
  width: 80vw;
  letter-spacing: .6vw;
  font-size: 5vw;
  text-shadow: 2px 2px 2px rgba(0,0,0,1)
  margin-top: 2vw;
}
#buttonlines {
  width: 77vw;
  height: 10vw;
  background-image: url(../img/lines.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: static;
  margin-top: 2vw;
  margin-left: -1vw;
}
#home button {
  font-size: 4.5vw;
  font-weight: normal;
  letter-spacing: .2vw;
  padding: .2vw 3vw 0 3vw;
  line-height: 8vw;
  background-color: #0ea;
  box-shadow: 0 1.5vw 1vw rgba(0,0,0,0.5);
}
#home button:hover {
  background-color: #fc0;
}
#secondary {
  border: 1.5vw solid transparent;
    border-image: url(../img/borde.png) 22 6 round;
    border-image-outset: 1;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-image: none;
}
#secondary h1 {
  color: red;
  font-family: regular;
  font-size: 9vw;
  letter-spacing: .5vw;
  margin-top: 4vh;
}
#secondary p {
  width: 70vw;
  font-family: regular;
  font-weight: normal;
  text-align: auto;
  text-align-last: center;
  font-size: 5vw;
  letter-spacing: .5vw;
}
#last {
  border: 2vw solid transparent;
    border-image: url(../img/bordewave.png) 50 800;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.waves {
  width: 15vw;
  height: 5vw;
  margin-top: 0;
  background-image: url(../img/waves.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#footind {
  width: 40vw;
  height: 18vw;
  line-height: 14vw;
  font-weight: normal;
  font-size: 6vw;
  letter-spacing: .4vw;
}
#footind:hover {
  webkit-filter: drop-shadow(3vw 3vw 0 rgba(0,0,0,.4));
  filter: drop-shadow(3vw 3vw 0 rgba(0,0,0,.4));
}
#we {
  width: 70vw;
  background-image: none;
  line-height: 8vw;
  font-size: 4vw;
  letter-spacing: .5vw;
  margin-bottom: 3vw;
}
#brands {
  width: 100vw;
  height: 12vw;
  background-image: url(../img/brands.jpg);
  background-repeat: no-repeat;
  background-size: 188vw !important;
  background-position: ;
  margin-bottom: 13vw;
}
#hall {
  display: none;
}
.sidenav {padding-top: 30px;}
.sidenav a {font-size: 30px;}
#license {
display: none;
}
#boatsind {
  width: 100vw;
  min-height: 2vh;
}
#boatsind div {
  width: 85vw;
  display: block;
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0vw;
}
#boatsind div img {
  width: 90%;
}
#boatsind div p {
  font-family: regular;
  font-weight: normal;
  width: 100%;
  padding: 3vw 0 0 0;
  font-size: 5vw;
  letter-spacing: .3vw;
  border-top: 1px solid black;
}
#boatsind div button {
  width: 30vw;
  font-size: 5vw;
  letter-spacing: .7vw;
  border-radius: 10vw;
  padding: 1.5vw .5vw 1.1vw .5vw;
  margin-top: 1.5vw;
}
#boatsind div button:hover {
  background-color: #ea0;
  box-shadow: 2vw 2vw 0 rgba(0,0,0,0.5);
}
#photos {
  width: 100%;
  height: auto;
  min-height: 70vw;
  /*background-color: black;*/
  background-image: url(../img/photos3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 169vw;
  margin: 10vw 0;
}
#brands {
  height: 20vw;
  background-size: 145vw;
}
#TA_cdsscrollingravenarrow793 {
  padding: 10vw 0;
  cursor: pointer;
  width: 100vw;
}
#boatspage {
  padding-top: 12vh;
  height: 50vh;
  border: 1.5vh solid transparent;
  border-image: url(../img/bordewave.png) 30 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#slider {
  width: 100vw;
  height: 50vh;
  border-radius: .35vw;
  background-color: black;
  overflow: hidden;
}
#slider img {
  height: 50vh;
}
#sly1 {
  background-image: url(../img/sly/1.jpg);
  background-size: 150% 100%;
  background-position: center;
  height: 50vh;
  cursor: pointer;
}
#sly2 {
  background-image: url(../img/sly/2.jpg);
  background-size: 150% 100%;
  background-position: center;
  height: 50vh;
  cursor: pointer;
}
#sly3 {
  background-image: url(../img/sly/3.jpg);
  background-size: 150% 100%;
  background-position: center;
  height: 50vh;
  cursor: pointer;
}
#sly4 {
  background-image: url(../img/sly/4.jpg);
  background-size: 190% 100%;
  background-position: center;
  height: 50vh;
  cursor: pointer;
}
#sly5 {
  background-image: url(../img/sly/5.jpg);
  background-size: 170% 100%;
  background-position: center;
  height: 50vh;
  cursor: pointer;
}
#contslider {
  width: 100%;
  height: 50vh;
  border-radius: 0;
  background-image: none;
}
#boatspage h1 {
  font-weight: normal;
  font-size: 8vw;
  letter-spacing: -.2vw;
  background-color: none;
  color: black;
  line-height: 4vh;
  width: 70vw;
  border-bottom: 1vh solid red;
}
#boatspage h1 span {
  font-family: regular;
  letter-spacing: .3vw;
  font-weight: bold;
}
#loglines {
  width: 90vw;
  height: auto;
  margin-top: 6vw;
  background-image: url(../img/linewaves.png);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#logboats {
  mix-blend-mode: difference;
  width: 38vw;
}
#boatspage p {
  font-family: regular;
  font-weight: normal;
  font-size: 6vw;
  letter-spacing: 0;
  background-color: none;
  color: green;
  width: 77vw;
  margin-top: 2vw;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#boatspage p span {
  /*font-weight: bolder;*/
  color: #d03;
}
#boatspage p:last-child {
  font-family: regular;
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: 0;
  background-color: none;
  color: #555;
  margin-top: 3vw;
  border: none;
  font-style: italic;
}
/*-------------------------------------PRODUCTSSS-------------------------------------------------------*/
#products {
  padding-top: 14vh;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: none;
  background-color: white;
  border: 1.5vh solid transparent;
    border-image: url(../img/bordewave.png) 30 6 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#suny {
  /*background-color: red;*/
  width: 80vw;
  height: auto;
  min-height: 7vw;
  padding-top: 30vw;
}
#products h1 {
  font-size: 17vw;
  line-height: 0;
  padding-top: 0;
}
#products h1:hover {
  letter-spacing: 1.5vw;
}
#products h1 span {
  vertical-align: center;
}
.items {
  width: 95vw;
  height: auto;
  min-height: 10vh;
  /*margin-top: 2vw;*/
  border: 1px solid black;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.items:last-child {
  border: 0;
  margin-bottom: 10vw;
}
.item {
  width: 40vw;
  margin: 5vw 3vw;
  padding-top: 55vw;
  background-color: #f6f6f6;
  display: inline-block;
  border-radius: 5px;
  background-image: url(../img/shirt.png);
  background-size: 105% auto;
}
.item:hover {
  background-size: 115% auto;
}
.item p {
  font-family: regular;
  color: white;
  font-size: 4vw;
  line-height: 6.5vw;
  padding: 0 2vw;
  text-align: left;
}
.item p span {
  float: right;
  background-color: #053;
  font-size: 4.1vw;
}
/*-------------------------------------CONTACTTTT-------------------------------------------------------*/
#homecontact{
  width: 100%;
  height: 25vh;
  background-image: url(../img/fishingrebelsfishing.png);
  background-size: auto 25vh;
}
#secondarycontact {
  height: auto;
  min-height: 75vh;
  border: 1.5vw solid transparent;
    border-image: url(../img/borde.png) 22 6 round;
    border-image-outset: 1;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-image: none;
    padding-bottom: 3vh;
}
#secondarycontact h1 {
  font-size: 18vw;
  letter-spacing: 1vw;
  font-weight: normal;
  margin-top: 4vw;
}
.contactarrow {
  width: 6vw;
  height: 3vw;
  margin-top: -4vw;
}
#booknow {
  width: 95vw;
  height: auto;
  min-height: 10vw;
}
form input, label, #boats, #time {
  font-family: regular;
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: .6vw;
  background-color: #ddd;
  border-radius: 1.2vw;
  margin-top: 2.6vw;
  height: 8vw;
}
form input:enabled, textarea:enabled, label:enabled, #listaservicios:enabled {
  border: none;
  outline: none;
}
#name {
  width: 80vw;
  padding: 0 2vw;
}
#phone {
  width: 25vw;
  margin-left: 0;
  padding: 0 2vw;
}
#email {
  width: 48vw;
  margin-left: 2vw;
  padding: 0 2vw;
}
#boats {
  width: 39vw;
  background-color: #858585;
  color: white;
  padding: 0 2vw;
}
#dates {
  width: 39vw;
  margin-left: 2vw;
  padding: 0 2vw;
}
#time {
  width: 41vw;
  margin-left: 0;
  padding: 0 2vw;
  outline: none;
  background-color: #858585;
  color: white;
}
#reset {
  width: 41vw;
  margin-left: 2vw;
  background-color: #d00;
  color: white;
  letter-spacing: .3vw;
}
#reset:hover {
  background-color: #fa0;
  color: black;
  font-weight: bolder;
}
#submit {
  width: 85vw;
  margin-left: .5vw;
  background-color: #096;
  color: white;
  letter-spacing: .3vw;
  cursor: pointer;
  transition: all .1s;
}
#submit:hover {
  background-color: #fa0;
  color: black;
  font-weight: bolder;
}

#payp {
  width: 84vw;
  height: 16.5vw;
  padding: 0 .5vw;
  border-radius: .8vh;
  margin-top: 1.3vh;
}
#payp ul li {
  display: block;
}
#payp p {
  color: #fc6;
  font-family: regular;
  font-size: 4vw;
  letter-spacing: .2vh;
  padding-top: 2.5vw;
  line-height: 4vw;
  width: 100%;
}
#paypal {
  margin-top: 1.5vw;
  width: 40vw;
  height: 6vw;
  border-radius: 2vh;
  background-size: 9vh;
  transition: all .5s;
  box-shadow: 0;
}
#paypal:hover {
  transform: scale(1.1);
  box-shadow: 0 4vw 4vw rgba(0,0,0,0.5);
}

#message {
  width: 81vw;
  font-size: 2vh;
  line-height: 3.4vh;
  letter-spacing: .2vh;
  border-radius: .6vh;
  margin-top: 1.3vh;
  padding: 0 2vw;
}
#cancellation {
  font-size: 4.4vw;
  color: rgba(0,0,0,0);
  line-height: 5vw;
  padding-top: .2vh;
  letter-spacing: .5vw;
  width: 85vw;
  margin-top: 3vw;
  border-bottom: none;
  display: none;
}
#license1 {
  font-size: 2.1vh;
  line-height: 2.4vh;
  padding-top: .2vh;
  letter-spacing: .8vh;
  width: 34vh;
  margin-left: 3vh;
  float: left;
  text-align: left;
  display: none;
}
#license2 {
  font-size: 2.1vh;
  line-height: 2.4vh;
  padding-top: .2vh;
  letter-spacing: .8vh;
  width: 34vh;
  margin-right: 3vh;
  float: right;
  text-align: right;
  display: none;
}
.waves {
  display: none;
}
}
/*-------------------------------------K6-------------------------------------------------------*/
@media screen and (max-aspect-ratio: 3/2) and (min-aspect-ratio: 1/1) {
::-webkit-scrollbar {width: 1.2vw;}
body {
  background-repeat: no-repeat;
}
menu {
  height: 5vw;
  opacity: .85;
}
menu ul li {
  padding-left: 3vw;
}
menu ul li p {
  line-height: 5.2vw;
  font-family: regular;
  font-size: 2vw;
  letter-spacing: .8vw;
}
#menuqua {
  top: 1vw;
  left: 4vw;
  width: 3.4vw;
}
#ticket {
  top: 0;
  right: 8.3vw;
  width: 10vw;
}
#redes {
  position: fixed;
  bottom: .6vw;
  left: 0;
  z-index: 999;
  mix-blend-mode:difference;
}
#redes ul li {
  display: inline-block;
  padding-left: 1.5vw;
}
#redes ul li img {
  width: 3.25vw;
}
#next {
  width: 5vw;
  bottom: 2vw;
  margin-left: -1.5vw;
}
#tripadvisor {
  bottom: 1vw;
  width: 5.5vw;
  right: 1.5vw;
}
#home {
  height: 94.5vh;
  background-image: url(../img/fishingrebelsfishingsmall.png);
  background-size: auto 100vh;
  background-position: 50%;
}
#logo {
  margin-top: 15vh;
  width: 41%;
}
#home h2 {
  width: 30vw;
  font-size: 2vw;
  letter-spacing: .25vw;
}
#secondary {
  background-color: white;
  width: 100%;
  height: auto;
  min-height: 100vh;
  border: 1.5vh solid transparent;
    border-image: url(../img/borde.png) 22 6 round;
    border-image-outset: 1;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-image: none;
}
#boatsind {
  width: 90vw;
}
#boatsind div {
  width: 30%;
  margin: 0 .5vw;
  border-bottom: 1px solid black;
  padding-bottom: .7vw;
}
#boatsind div img {
  width: 100%;
  transition: all .4s;
}
#boatsind div img:hover {
  opacity: 0.8
}
#boatsind div p {
  font-family: Arial black;
  font-weight: normal;
  width: 100%;
  padding: 0;
  font-size: 1.3vw;
}
#boatsind div button {
  width: 10vw;
  font-size: 1.7vw;
  letter-spacing: .17vw;
  border-radius: 4vw;
  padding: .3vw .5vw;
  margin-top: .7vw;
  box-shadow: 0;
}
#boatsind div button:hover {
  box-shadow: .7vw .7vw 0 rgba(0,0,0,0.5);
}
#photos {
  background-size: 100%;
  padding: 5vw 0;
}
#secondary h1 {
  color: red;
  font-family: regular;
  font-size: 4.2vw;
  letter-spacing: .5vw;
  font-weight: normal;
  margin-top: 4vh;
}
#secondary p {
  width: 52vw;
  font-family: regular;
  font-weight: normal;
  font-size: 2.1vw;
  letter-spacing: .22vw;
}
#last {
  background-color: white;
  width: 100%;
  height: auto;
  min-height: 30vh;
  border: 1vh solid transparent;
    border-image: url(../img/bordewave.png) 22 6 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.waves {
  width: 6vw;
  height: 2vw;
  margin-top: 1vh;
  background-image: url(../img/waves.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#buttonlines {
  width: 50vw;
  height: 2.7vw;
  background-image: url(../img/lines.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10vh;
  margin-left: 25vw;
}
#home button {
  font-family: regular;
  font-size: 1.7vw;
  letter-spacing: .35vw;
  padding: .3vw 1.2vw;
  background-color: #0bf;
  border-radius: 100px;
  border: none;
  font-weight: bolder;
  cursor: pointer;
  transition:all 0.4s;
}
#home button:hover {
  background-color: #0fb;
  transform: scale(1.04);
}
#TA_cdsscrollingravenarrow793 {
  padding: 4vw 0;
  cursor: pointer;
  width: 60vw;
}
#last {
  border: 1.5vh solid transparent;
  border-image: url(../img/bordewave.png) 30 6 round;
  border-top: 0;border-left: 0;border-right: 0;
}
#footind {
  width: 17vw;
  height: 8vw;
  line-height: 6vw;
  font-weight: normal;
  font-size: 2.5vw;
  letter-spacing: .3vw;
}
#footind:hover {
  transform: scale(1.05);
  webkit-filter: drop-shadow(1vw 1vw 0 rgba(0,0,0,.4));
  filter: drop-shadow(1vw 1vw 0 rgba(0,0,0,.4));
}
#we {
  width: 95vw;
  line-height: 2.5vw;
  font-size: 1.7vw;
  letter-spacing: .3vw;
}
#brands {
  width: 70vw;
  height: 10vw;
}
#left {
position: absolute;
top: 47%;
left: 1vw;
opacity: .4;
cursor: pointer;
transition: all .4s;
display: none;
}
#right {
position: absolute;
top: 47%;
right: 1vw;
opacity: .4;
cursor: pointer;
transition: all .4s;
display: none;
}
#left:hover, #right:hover {
  transform: scale(1.1);
  opacity: .7;
}
#license {
  width: 70vw;
  height: 2.2vw;
  font-family: regular;
  font-size: 1.8vw;
  letter-spacing: .1vw; 
  margin: .3vw 0 5vw 0;
}
#license p {
  width: 50%;
  padding-top: .06vw;
  float: left;
}
#license p a {
  color: black;
  transition: all .4s;
}
#license p a:hover {
  color: #f00;
}
#fl {
  text-align: left;
}
#fr {
  text-align: right;
}
#slider {
  width: 100%;
  height: 50vh;
  border-radius: .35vw;
  background-color: black;
  overflow: hidden;
}
#contslider {
  width: 100%;
  height: 50vh;
  border-radius: 0;
  background-image: none;
}
/*-------------------------------------PRODUCTSSS-------------------------------------------------------*/
#products {
  padding-top: 14vh;
  width: 100%;
  min-height: 84.5vh;
  background-size: 120vw;
  padding-bottom: 2vw;
}
#suny {
  width: 39vw;
  padding-top: 11.5vw;
  margin-bottom: 1vw;
}
#products h1 {
  font-size: 9vw;
  line-height: 7vw;
  padding-top: 0;
  font-weight: normal;
}
#products h1:hover {
  letter-spacing: .4vw;
}
#products h1 span {
  vertical-align: center;
}
.items {
  width: 70vw;
}
.item {
  width: 14vw;
  margin: 1.5vw 1vw;
  padding-top: 18vw;
  border-radius: .5vw;
  overflow: hidden;
  background-size: 105% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s;
}
#i1 {
  background-image: url(../img/shirtfishingrebels1.png);
}
#i2 {
  background-image: url(../img/shirtfishingrebels2.png);
}
#i3 {
  background-image: url(../img/shirtfishingrebels3.png);
}
#i4 {
  background-image: url(../img/shirtfishingrebels4.png);
}
#i5 {
  background-image: url(../img/shirtfishingrebels5.png);
}
#i6 {
  background-image: url(../img/shirtfishingrebels6.png);
}
#i7 {
  background-image: url(../img/shirtfishingrebels7.png);
}
#i8 {
  background-image: url(../img/shirtfishingrebels8.png);
}
#i9 {
  background-image: url(../img/shirtfishingrebels9.png);
}
#i10 {
  background-image: url(../img/shirtfishingrebels10.png);
}
#i11 {
  background-image: url(../img/shirtfishingrebels11.png);
}
#i12 {
  background-image: url(../img/shirtfishingrebels12.png);
}
.item:hover {
  background-size: 110% auto;
  opacity: .8;
}
.item p {
  font-family: regular;
  color: white;
  font-size: 1.1vw;
  line-height: 2vw;
  background-color: black;
  padding: 0 .5vw;
  text-align: left;
}
.item p span {
  color: #fb0;
  float: right;
  background-color: #053;
  font-size: 1.2vw;
}
/*#textproduct {
  width: 55vw;
  background-color: black;
}
#textproduct p {
  font-family: regular;
  font-size: 2vw;
  color: white;
  letter-spacing: .2vw;
}*/
}
/*-------------------------------------K6-------------------------------------------------------*/
@media (min-aspect-ratio: 21/9) {

::-webkit-scrollbar {width: 1vh;}
[data-title]:after {
    content: attr(data-title);
    font-size: 1.5vh;
    padding: .2vh 2vh;
    bottom: -3vh;
    left: -200%;
}
menu {
  height: 6vh;
  position: fixed;
  z-index: 9999;
}
menu ul li {
  padding-left: 2vw;
}
menu ul li p {
  line-height: 6.5vh;
  font-size: 1.8vh;
  letter-spacing: .7vh;
}
menu ul li p:hover {
  transform: translateY(-4px);
}
#menuqua {
  position: fixed;
  top: 1.5vh;
  left: 4vw;
  transition:all 0.4s;
  width: 3.3vh;
}
#ticket {
  right: 6vw;
  transition:all 0.4s;
  width: 14vh;
}
#color {
  position: fixed;
  top: 1.8vh;
  right: 2vh;
}
#language p {
  font-size: 2vh;
  letter-spacing: .2vh;
  mix-blend-mode: difference;
}
#language p span {
  cursor: pointer;
}
#lighter {
  background-color: #aaa;
  height: 1.5vh;
  width: 1.5vh;
  cursor: pointer;
}
#darker {
  background-color: #474747;
  height: 1.5vh;
  width: 1.5vh;
  margin-left: .4vh;
  cursor: pointer;
}
#under {
  width: 12vw;
  left: 42.4vw;
  z-index: 999;
  font-size: .8vw;
  line-height: 1.6vh;
  letter-spacing: .35vw;
  padding: .7vh 1vw 0 1vw;
  border-radius: 1vw 1vw 0 0;
  border: 1.5vw solid white;
  border: 5px solid white;
  border-top: 0;
  border-bottom: 0;
  text-shadow: .1vw .1vw .25vw rgba(0,0,0,0.5);
}
#under:hover {
  background: #0b0;
}
#under p span {
  font-family: arial;
  font-weight: default;
  letter-spacing: .55vh;
  font-size: 1.5vh; 
  line-height: 0;
}
#redes {
  position: fixed;
  bottom: 2.6VH;
  left: 2vh;
}
#redes ul li {
  display: inline-block;
  padding-left: 2vh;
}
#redes ul li img {
  width: 3.4vh;
}
#next {
  width: 5vh;
  bottom: 2vh;
  margin-left: -1.5vw;
}
#next:hover {
  transform: translateY(-.5vh);
}
#tripadvisor {
  bottom: 2.6vh;
  width: 6vh;
  right: 1.5vw;
}
#tripadvisor:hover {
  transform: scale(1.15);
}

#home {
  height: 99.5vh;
  background-image: url(../img/fishingrebelsfishingsmall.png);
  background-size: auto 100vh;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 600px rgba(0,0,0,0.2) inset;
}
#logo {
  margin-top: 13vh;
  width: auto;
  height: 16vh;
}
#logo:hover {
  transform: scale(1.06);
}
#home h2 {
  width: 45vh;
  color: white;
  font-size: 1.8vh;
  letter-spacing: .7vh;
  margin-top: 2vh;
}
#secondary {
  height: auto;
  min-height: 120vh;
  background-image: url(../img/contact.jpg);
  background-size: 200vh;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: white;
  border: 1.5vh solid transparent;
  border-image: url(../img/borde.png) 22 6 round;
  border-image-outset: 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
#secondary h1 {
  color: red;
  font-family: regular;
  font-size: 5vh;
  letter-spacing: .8vh;
  margin-top: 4vh;
}
#secondary p {
  width: 75vh;
  font-size: 2vh;
  letter-spacing: .3vh;
}
.waves {
  width: 6vh;
  height: 2vh;
  margin-top: 1vh;
}
#buttonlines {
  width: 40vw;
  height: 2vw;
  background-image: url(../img/lines.png);
  background-size: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 4.2vh;
  margin-left: 29.5vw;
}
#home button {
  font-size: 2vh;
  letter-spacing: .5vh;
  padding: .7vh 3vh;
  background-color: #0bf;
  border-radius: 100px;
}
#boatsind {
  width: 110vh;
  height: auto;
  min-height: 2vw;
}
#boatsind div {
  width: 30vh;
  display: inline-block;
  margin: 0 1vh;
  border-bottom: 1px solid black;
  padding-bottom: 1.5vh;
}
#boatsind div img {
  width: 90%;
  transition: all .4s;
}
#boatsind div img:hover {
  opacity: 0.8
}
#boatsind div p {
  font-family: Arial black;
  font-weight: bolder;
  width: 90%;
  padding: 1vh 5% 0 5%;
  font-size: 1.5vh;
  border-top: 1px solid black;
}
#boatsind div button {
  width: 15vh;
  font-size: 2.1vh;
  letter-spacing: .1vw;
  border-radius: 2vw;
  padding: .5vh 1vh;
  margin-top: 1.4vh;
}
#boatsind div button:hover {
  background-color: #ea0;
  color: white;
  box-shadow: 1vh 1vh 0 rgba(0,0,0,0.5);
}
#photos {
  width: 100%;
  height: auto;
  min-height: 50vh;
  /*background-color: black;*/
  background-image: url(../img/photos3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55vw;
  margin: 5vh 0;
}
#hall {
  display: none;
}
#footind {
  width: 18vh;
  height: 7vh;
  line-height: 6.3vh;
  color: white;
  font-size: 2.3vh;
  letter-spacing: .2vh;
}
#we {
  width: 105vh;
  font-family: regular;
  background-image: url(../img/linesWavy.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 3.3vh;
  font-size: 2vh;
  letter-spacing: .3vh;
  font-weight: normal !important;
}
#brands {
  width: 70vh;
  height: 7vw;
  background-image: url(../img/brands.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#license {
  width: 70vh;
  font-family: regular;
  font-size: 1.8vh;
  line-height: 2.5vh;
  letter-spacing: .2vh; 
  border: 2px solid #999;
  border-left: 0;
  border-right: 0;
  /*border-bottom: 0;*/
  margin: 0 0 0 0;
}
#last {
  min-height: 18vh;
  height: auto;
  margin: 0;
}
/*-------------------------------------CONTACTTTT-------------------------------------------------------*/
#homecontact{
  width: 100%;
  height: 35vh;
  background-size: auto 35vh;
  box-shadow: 0 0 600px rgba(0,0,0,0.2) inset;
}
#secondarycontact {
  height: auto;
  min-height: 63.5vh;
  border: 1.5vh solid transparent;
    border-image: url(../img/borde.png) 22 6 round;
    border-image-outset: 1;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-image: url(../img/contact.jpg);
      background-size: 200vh;
}
#secondarycontact h1 {
  font-size: 13vh;
  letter-spacing: 1.1vh;
  font-weight: normal;
  margin-top: 4vh;
}
.contactarrow {
  width: 3.5vh;
  height: 1.4vh;
  margin-top: -2vh;
  background-image: url(../img/arrow.png);
  background-size: 100% auto;
  transform: rotate(180deg);
  mix-blend-mode: difference;
  background-repeat: no-repeat;
}
#booknow {
  width: 110vh;
  height: auto;
  min-height: 10vh;
  /*background-color: red;*/
}
form input, label, #boats, #time {
  font-family: regular;
  font-size: 2vh;
  line-height: 3vh;
  letter-spacing: .3vh;
  background-color: #ddd;
  border-radius: .6vh;
  margin-top: 1.3vh;
  height: 3.5vh;
}
form input:enabled, textarea:enabled, label:enabled, #listaservicios:enabled {
  border: none;
  outline: none;
}
#name {
  width: 38vh;
  padding: 0 1vh;
}
#phone {
  width: 20vh;
  margin-left: .7vh;
  padding: 0 1vh;
}
#email {
  width: 38vh;
  margin-left: .7vh;
  padding: 0 1vh;
}
#boats {
  width: 20vh;
  background-color: #858585;
  color: white;
  padding: 0 1vh;
}
#dates {
  width: 20vh;
  margin-left: 1vh;
  padding: 0 1vh;
}
#time {
  width: 20vh;
  margin-left: 1vh;
  padding: 0 1vh;
  outline: none;
  background-color: #858585;
  color: white;
}
#reset {
  width: 17vh;
  margin-left: 3vh;
  background-color: #d00;
  color: white;
  letter-spacing: .3vw;
}
#reset:hover {
  background-color: #fa0;
  color: black;
  font-weight: bolder;
}
#submit {
  width: 17vh;
  margin-left: .5vw;
  background-color: #096;
  color: white;
  letter-spacing: .3vw;
  cursor: pointer;
  transition: all .1s;
}
#submit:hover {
  background-color: #fa0;
  color: black;
  font-weight: bolder;
}

#payp {
  width: 102vh;
  height: 4vh;
  padding: 0 .5vw;
  border-radius: .8vh;
  margin-top: 1.3vh;
}
#payp ul li {
  display: inline-block;
}
#payp p {
  color: #fc6;
  font-family: regular;
  font-size: .9vw;
  letter-spacing: .4vh;
  line-height: 4.4vh;
  width: 55vh;
}
#paypal {
  margin-top: -3.8vh;
  width: 22vh;
  height: 3vh;
  border-radius: 2vh;
  background-size: 9vh;
  transition: all .5s;
  box-shadow: 0;
}
#paypal:hover {
  transform: scale(1.01);
  box-shadow: 0 1vw 1vw rgba(0,0,0,0.5);
}

#message {
  width: 102vh;
  font-size: 2vh;
  line-height: 3.4vh;
  letter-spacing: .2vh;
  border-radius: .6vh;
  margin-top: 1.3vh;
}
#cancellation {
  font-size: 2.1vh;
  line-height: 2vh;
  padding-top: .2vh;
  letter-spacing: .65vh;
  width: 104vh;
  margin-top: .9vh;
}
#license1 {
  font-size: 2.1vh;
  line-height: 2.4vh;
  padding-top: .2vh;
  letter-spacing: .8vh;
  width: 34vh;
  margin-left: 3vh;
  float: left;
  text-align: left;
}
#license2 {
  font-size: 2.1vh;
  line-height: 2.4vh;
  padding-top: .2vh;
  letter-spacing: .8vh;
  width: 34vh;
  margin-right: 3vh;
  float: right;
  text-align: right;
}
#products {
  padding-top: 15vh;
  min-height: 84.5vh;
  background-size: 135vh;
  background-position: center 0;
  border: 2vh solid transparent;
    border-image: url(../img/bordewave.png) 40 16 round;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#suny {
  width: 54vh;
  min-height: 2vh;
  padding-top: 16vh;
  background-image: url(../img/sunny.png);
}
#products h1 {
  font-size: 11vh;
  line-height: 10vh;
  padding-top: 0;
  font-weight: normal;
}
#products h1:hover {
  letter-spacing: .6vh;
}
.items {
  width: 90vh;
}
.items:last-child {
  border: 0;
}
.item {
  width: 19vh;
  margin: 3vh 1vh;
  padding-top: 25vh;
  border-radius: 1vh;
  background-size: 105% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s;
}
#i1 {
  background-image: url(../img/shirtfishingrebels1.png);
}
#i2 {
  background-image: url(../img/shirtfishingrebels2.png);
}
#i3 {
  background-image: url(../img/shirtfishingrebels3.png);
}
#i4 {
  background-image: url(../img/shirtfishingrebels4.png);
}
#i5 {
  background-image: url(../img/shirtfishingrebels5.png);
}
#i6 {
  background-image: url(../img/shirtfishingrebels6.png);
}
#i7 {
  background-image: url(../img/shirtfishingrebels7.png);
}
#i8 {
  background-image: url(../img/shirtfishingrebels8.png);
}
#i9 {
  background-image: url(../img/shirtfishingrebels9.png);
}
#i10 {
  background-image: url(../img/shirtfishingrebels10.png);
}
#i11 {
  background-image: url(../img/shirtfishingrebels11.png);
}
#i12 {
  background-image: url(../img/shirtfishingrebels12.png);
}
.item:hover {
  background-size: 115% auto;
}
.item p {
  font-size: 1.7vh;
  line-height: 3vh;
  padding: 0 1vh;
  letter-spacing: .1vh;
  text-align: left;
}
.item p span {
  color: #fb0;
  float: right;
  background-color: #053;
  font-size: 1.8vh;
}
}