@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tablet {
  display: none;
}

.desktop {
  display: none;
}

.tit1 {
  font-family: "Montserrat", sans-serif;
  color: #00bfd5;
}

.s3 {
  font-size: 36px;
  text-transform: uppercase;
}

.ctr {
  text-align: center;
}

.ctr2 {
  display: block;
  margin: 0 auto;
}

h1.s1 {
  margin: 50px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.pad-h20 {
  padding: 0 20px;
}

h1.s2 {
  margin: 35px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

h2.s3 {
  margin: 50px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #2b2b2b;
  margin: 30px 0;
}

p.hp {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

p.par1 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear {
  clear: both;
}

.orange-bt {
  font-family: "Oswald", sans-serif;
  color: #FFF;
  background-color: #e2900c;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-size: 28px;
}

.orange-bt:hover {
  background-color: #00bfd5;
}

@media only screen and (min-width: 768px) {
  .mb {
    display: none;
  }
  .tablet {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .mb-tablet {
    display: none;
  }
  .desktop {
    display: block;
  }
}

#ofertas-sep, .sephblue {
  height: 4px;
  background-color: #00bfd5;
  margin-top: 5px;
}

#ofertas-bt {
  font-family: "Oswald", sans-serif;
  color: #FFF;
  background-color: #e2900c;
  text-align: center;
  width: 220px;
  height: 60px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: -30px;
  z-index: 1001;
  cursor: pointer;
  padding-top: 10px;
}

#ofertas-bt span {
  display: block;
}

#ofertas-bt span:first-child {
  font-size: 13px;
  line-height: 1;
}

#ofertas-bt span:last-child {
  font-size: 22px;
  line-height: normal;
}

#ofertas-bt:hover, #ofertas-bt.on {
  background-color: #00bfd5;
  transition: 0.3s;
}

#ofertas-ph {
  background-color: #00bfd5;
  position: relative;
  top: -39px;
  display: none;
}

#ofertas-ph .ofertas-cont {
  padding: 40px 20px 0 20px;
  font-family: "Oswald", sans-serif;
}

#ofertas-ph .ofertas-cont .promos {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

#ofertas-ph .ofertas-cont .promos p.titulo {
  display: table-cell;
  height: 50px;
  vertical-align: bottom;
  width: 100%;
  line-height: 1;
  padding: 10px 0;
  font-size: 24px;
  color: #FFF;
}

#ofertas-ph .ofertas-cont .promos p.lead {
  font-size: 15px;
  color: #4f4f4f;
  margin: 5px 0;
}

#ofertas-ph .ofertas-cont .promos .promo-img {
  position: relative;
}

#ofertas-ph .ofertas-cont .promos .promo-img a img {
  width: 100%;
  height: auto;
}

#ofertas-ph .ofertas-cont .promos .promo-img .plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: auto;
}

#ofertas-ph #ofertas-bt-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  top: 20px;
  margin: 0 auto;
  background: url(/imagens/close-ball.png) no-repeat center center;
}

@media only screen and (min-width: 768px) {
  #ofertas-ph .ofertas-cont {
    padding: 30px;
    font-family: "Oswald", sans-serif;
  }
  #ofertas-ph .ofertas-cont .promos {
    float: left;
    width: 32%;
    margin-left: 2%;
    max-width: 100%;
  }
  #ofertas-ph .ofertas-cont .promos:nth-child(3n+1) {
    margin-left: 0;
  }
}

.img-full {
  width: 100%;
  height: auto;
}

#topo-r {
  position: relative;
}

.cycle-slideshow .arrow-l {
  width: auto;
  height: 12%;
  position: absolute;
  top: 44%;
  cursor: pointer;
  z-index: 1000;
  display: block;
  left: 10px;
}

.cycle-slideshow .arrow-r {
  width: auto;
  height: 12%;
  position: absolute;
  top: 44%;
  cursor: pointer;
  z-index: 1000;
  display: block;
  right: 10px;
}

.rotate {
  width: 100%;
  height: 100%;
  position: relative;
}

.rotate img {
  width: 100%;
  height: auto;
  display: block;
}

.rotate img:hover {
  opacity: 1 !important;
}

.col-l1 img {
  width: 100%;
  height: auto;
}

.col-r1 p {
  margin: 0;
}

.col-l2 {
  text-align: center;
}

.col-l2 img {
  width: 100%;
  height: auto;
}

.col-r2 {
  text-align: center;
}

.sharer {
  font-size: 24px;
  color: #00bfd5;
  font-family: "Oswald", sans-serif;
  height: 39px;
  line-height: 39px;
}

.sharer img {
  vertical-align: -8px;
  display: inline-block;
}

.sharer img:first-child {
  margin-left: 10px;
}

.r-ph2 .r {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
}

.r-ph2 .r .o-lay {
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  height: 100%;
  left: 0;
  padding: 0px 100px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.r-ph2 .r .o-lay p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  color: #FFF;
  line-height: 1;
}

.r-ph2 .r .o-lay p .t1 {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.r-ph2 .r .o-lay p .t2 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  border: solid 3px #FFF;
  padding: 5px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.r-ph2 .r .o-lay p .t2b {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  border: solid 3px #FFF;
  padding: 5px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.r-ph2 .r .o-lay img {
  width: 24px;
  height: auto;
}

.r-ph2 .r:hover .o-lay {
  background-color: rgba(0, 191, 213, 0.6);
  transition: 0.3s;
}

.r-ph2:nth-child(2n+1) {
  margin-left: 0;
}

.quartos-img {
  position: relative;
}

.quartos-img .gal {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .col-l2 {
    text-align: left;
  }
  .col-r2 {
    text-align: left;
  }
  .r-ph2 {
    float: left;
    width: 33%;
    margin-left: 0.1%;
    margin-bottom: 1px;
  }
  .r-ph2 .r {
    height: 200px;
  }
  .r-ph2 .r .o-lay p {
    line-height: 1.2;
  }
  .r-ph2 .r .o-lay p .t1 {
    font-size: 12px;
  }
  .r-ph2 .r .o-lay p .t2 {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .col-l1 {
    float: left;
    width: 48%;
  }
  .col-r1 {
    float: right;
    width: 48%;
  }
  .col-l2 {
    float: left;
    width: 48%;
  }
  .col-r2 {
    float: right;
    width: 48%;
  }
  .r-ph2 .r {
    height: 320px;
  }
  .r-ph2 .r .o-lay {
    padding: 20px 100px;
  }
  .r-ph2 .r .o-lay p {
    line-height: 1.5;
  }
  .r-ph2 .r .o-lay p .t1 {
    font-size: 18px;
  }
  .r-ph2 .r .o-lay p .t2 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    width: 100%;
  }
  .r-ph2 .r .o-lay p .t2b {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    width: 100%;
  }
  .r-ph2 .r .o-lay img {
    width: 32px;
  }
}

.gal-thumb {
  width: 50%;
  padding-bottom: 50%;
  background-position: center center;
  background-size: cover;
  float: left;
  border: solid 0.5px #FFF;
}

.gal-thumb:nth-child(2n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .gal-thumb {
    width: 33.33%;
    padding-bottom: 33.33%;
  }
}

@media only screen and (min-width: 1024px) {
  .gal-thumb {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media only screen and (min-width: 1280px) {
  .gal-thumb {
    width: 20%;
    padding-bottom: 20%;
  }
}

.col-l3 {
  text-align: center;
}

.col-l3 p {
  margin: 0;
}

#form-contactos input#nome, #form-contactos input#mail {
  height: 43px;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: rgba(0, 191, 213, 0.6);
  line-height: normal !important;
  width: 80%;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding: 0 5px;
  display: block;
}

#form-contactos textarea {
  height: 260px;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: rgba(0, 191, 213, 0.6);
  line-height: normal !important;
  width: 100%;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding: 0 5px;
  display: block;
}

#form-contactos .error {
  background-color: #C00;
}

#form-contactos button {
  background-color: #4f4f4f;
  color: #FFF;
  border: solid 1px #4f4f4f;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding: 0 5px;
  cursor: pointer;
}

.google-maps {
  padding-bottom: 35%;
}

.google-maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.google-maps iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

@media only screen and (min-width: 1024px) {
  .col-l3 {
    text-align: left;
    float: left;
    width: 40%;
  }
  .col-r3 {
    float: right;
    width: 58%;
  }
}

#topo-r {
  position: relative;
}

.cycle-slideshow .t-arrows {
  width: auto;
  height: 12%;
  position: absolute;
  top: 44%;
  cursor: pointer;
  z-index: 1000;
  display: block;
}

.cycle-slideshow #arrow-l {
  left: 10px;
}

.cycle-slideshow #arrow-r {
  right: 10px;
}

.rotate {
  width: 100%;
  height: 100%;
  position: relative;
}

.rotate .caption {
  pointer-events: none;
  font-family: "Oswald", sans-serif;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.rotate .caption p {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: white;
  text-align: center;
}

.rotate img {
  width: 100%;
  height: auto;
  display: block;
}

.rotate img:hover {
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  .rotate .caption {
    padding: 0 0;
  }
  .rotate .caption p {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .rotate .caption {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  }
  .rotate .caption p {
    font-size: 60px;
  }
}

#footer .col1 {
  text-align: center;
  position: relative;
}

#footer .col1 svg {
  position: absolute;
  left: 0;
  top: -200px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: none;
}

#footer .col1 svg .draw-arrow {
  stroke-width: 5;
  stroke: #00bfd5;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  animation-name: draw;
}

#footer .col1 svg .draw-arrow.tail-1 {
  animation-delay: .5s;
}

#footer .col1 svg .draw-arrow.tail-2 {
  animation-delay: .7s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

#footer .col1 form#form-news {
  padding: 10px 0;
}

#footer .col1 form#form-news label {
  color: #4f4f4f;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

#footer .col1 form#form-news input#mail-news {
  height: 43px;
  padding: 0;
  margin: 0;
  border: 0px solid black;
  background-color: rgba(0, 191, 213, 0.6);
  line-height: normal !important;
  width: 180px;
  max-width: 280px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  padding: 0 5px;
  vertical-align: top;
  appearance: none;
}

#footer .col1 form#form-news input#mail-news.error {
  background-color: #C00;
}

#footer .col1 form#form-news #bt-news {
  border: none;
  margin: 0;
  padding: 0;
  height: 43px;
  line-height: 43px;
  background-color: orange;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  opacity: 1;
  margin-left: 0;
  cursor: pointer;
  display: inline-block;
  width: 120px;
  color: #FFF;
  vertical-align: top;
  font-weight: 700;
}

#footer .col1 form#form-news .link-policy {
  margin-top: 10px;
}

#footer .col1 form#form-news .link-policy a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
}

#footer .col2 {
  margin-top: 20px;
}

#footer .col2 p {
  text-align: center;
  margin: 15px;
}

#footer .col3 {
  margin-top: 20px;
  text-align: right;
  text-align: center;
}

#premios {
  padding: 0 0 30px 0;
  font-family: "Oswald", sans-serif;
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
}

#premios ul {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

#premios ul li {
  width: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100px;
  line-height: 100px;
  /*
	    	&:nth-child(1), &:nth-child(4) {
		    	img {
			    		height: $alt_img * 0.55;
		    	}
	    	}
	    	&:nth-child(5) {
		    	img {
			    	height: $alt_img * 0.66;
		    	}
	    	}
	    	&:nth-child(3), &:nth-child(7) {
		    	img {
			    	height: $alt_img * 1.66;
		    	}
	    	}
	    	*/
}

#premios ul li img {
  width: auto;
  height: 60px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  #premios ul li {
    width: 33.33%;
  }
  #footer {
    /*.col1 {
			text-align: left;
			width: 33%;
			float: left;
			svg {
				left: 0;
			}
			form#form-news {
				padding: 10px 0;
				input#mail-news {
					width: 200px;
				}
				#bt-news {
					border: none; margin: 0; padding: 0; height: 43px;
					line-height: 43px; background-color: #ec8c00; text-align: center; font-family: $font3; font-size: 18px;
					opacity: 1; margin-left: 0; cursor: pointer; display: inline-block; width: 120px; color: #FFF; vertical-align: top; font-weight: 700;
				}
			}
		}
		.col2 {
			margin-top: 0;
			width: 34%;
		}
		.col3 {
			margin-top: 0;
			width: 33%;
		}*/
  }
  #footer .col1 svg {
    left: 20%;
  }
  #footer .col1 form#form-news {
    padding: 10px 0;
  }
  #footer .col1 form#form-news input#mail-news {
    width: 450px;
  }
  #footer .col1 form#form-news #bt-news {
    border: none;
    margin: 0;
    padding: 0;
    height: 43px;
    line-height: 43px;
    background-color: orange;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    opacity: 1;
    margin-left: 0;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    color: #FFF;
    vertical-align: top;
    font-weight: 700;
  }
  #footer .col2 {
    width: 50%;
    float: left;
  }
  #footer .col3 {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 1024px) {
  #premios ul li {
    width: 14.28%;
  }
  #premios ul li img {
    width: auto;
    height: 70px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1100px) {
  #footer .col1 {
    width: 38%;
    float: left;
  }
  #footer .col2 {
    width: 24%;
    float: left;
  }
  #footer .col3 {
    width: 38%;
    float: left;
  }
}

@media only screen and (min-width: 1280px) {
  #footer .col1 {
    width: 33%;
    float: left;
  }
  #footer .col2 {
    width: 34%;
    float: left;
  }
  #footer .col3 {
    width: 33%;
    float: left;
  }
  #footer .col1 form#form-news label {
    font-size: 24px;
  }
}

.contactos-txt {
  color: #4f4f4f;
  font-size: 27px;
  font-family: "Oswald", sans-serif;
}

.contactos-txt a {
  text-decoration: underline;
  color: #4f4f4f;
}

.contactos-txt a:hover {
  color: #00bfd5;
  text-decoration: underline;
}

a {
  text-decoration: underline;
  color: #4f4f4f;
}

a:hover {
  color: #00bfd5;
  text-decoration: underline;
}

h1 {
  margin: 50px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 52px;
  text-transform: uppercase;
  color: #00bfd5;
}

.s2 {
  margin: 35px 0;
}

h2 {
  color: #00bfd5;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #2b2b2b;
  margin: 30px 0;
}

li {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #2b2b2b;
  list-style: disc;
  margin-left: 30px;
}

strong {
  font-weight: 700;
}

.p2 {
  font-size: 26px !important;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  width: 80% !important;
  color: #4f4f4f;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.par1 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sep-ctr {
  background-color: #00bfd5;
  width: 90px;
  height: 9px;
  margin: 40px auto 40px auto;
}

.square-blocks {
  padding: 10px 0;
}

.r-ph .r {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
}

.r-ph .r .o-lay {
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  height: 100%;
  left: 0;
  padding: 0px 100px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.r-ph .r .o-lay p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  color: #FFF;
  line-height: 1;
}

.r-ph .r .o-lay p .t1 {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.r-ph .r .o-lay p .t2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  width: 100%;
  margin: 0 auto;
  border: solid 3px #FFF;
  padding: 5px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.r-ph .r .o-lay p .t2b {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  width: 100%;
  margin: 0 auto;
  border: solid 3px #FFF;
  padding: 5px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.r-ph .r .o-lay img {
  width: 24px;
  height: auto;
}

.r-ph .r:hover .o-lay {
  background-color: rgba(0, 191, 213, 0.6);
  transition: 0.3s;
}

.r-ph .cHotel {
  background-image: url(/public/r.png);
}

.r-ph .cQuartos {
  background-image: url(/public/quartos.png);
}

.r-ph .cActividades {
  background-image: url(/public/actividades.png);
}

.r-ph .cGaleria {
  background-image: url(/public/galeria.png);
}

.r-ph:nth-child(2n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .r-ph {
    float: left;
    width: 49.95%;
    margin-left: 0.1%;
    margin-bottom: 1px;
  }
  .r-ph .r {
    height: 200px;
  }
  .r-ph .r .o-lay p {
    line-height: 1.2;
  }
  .r-ph .r .o-lay p .t1 {
    font-size: 12px;
  }
  .r-ph .r .o-lay p .t2 {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .r-ph .r {
    height: 320px;
  }
  .r-ph .r .o-lay {
    padding: 20px 100px;
  }
  .r-ph .r .o-lay p {
    line-height: 1.5;
  }
  .r-ph .r .o-lay p .t1 {
    font-size: 18px;
  }
  .r-ph .r .o-lay p .t2 {
    font-family: "Oswald", sans-serif;
    font-size: 56px;
    width: 100%;
  }
  .r-ph .r .o-lay p .t2b {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    width: 100%;
  }
  .r-ph .r .o-lay img {
    width: 32px;
  }
}

.container {
  display: block;
  position: relative;
  padding: 0 20px 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Raleway", sans-serif;
  color: #666;
  line-height: 1.2;
}

.container.light {
  color: #CCC;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #aaa;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.container:hover input ~ .checkmark {
  background-color: #999;
}

.container input[disabled] ~ .checkmark {
  background-color: #EEE;
}

.container input:checked ~ .checkmark {
  background-color: #0C0;
}

.container input:checked ~ .red {
  background-color: #C00;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

button.bt_auth {
  padding: 10px 20px;
  color: #FFF;
  background-color: #00bfd5;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: solid 1px #00bfd5;
}

#cookies-warn {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  display: none;
}

#cookies-warn p {
  margin: 0;
  color: #FFF;
  text-align: center;
}

#cookies-warn p a {
  color: #FFF;
  text-decoration: underline;
}

#cookies-warn .inline-bt {
  display: block;
  margin: 0 auto;
  background-color: #00bfd5;
  text-align: center;
  color: #FFF;
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: border-box;
}

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

#wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100%;
  margin-bottom: -50px;
}

#wrapper:after {
  content: "";
  display: block;
  height: 50px;
}

#topo {
  position: relative;
  width: 100%;
  height: 235px;
  left: 0;
  top: 0;
  z-index: 100001;
}

#topo #logo {
  position: absolute;
  top: 63px;
  padding: 30px 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}

#topo #logo img {
  display: inline-block;
  max-width: 126px;
}

#topo #menu-toggle {
  position: fixed;
  z-index: 4;
  right: 20px;
  top: 13px;
  background: url(/imagens/icns_menu.svg) no-repeat left center;
  width: 41px;
  height: 34px;
  background-color: #FFF;
  cursor: pointer;
}

#topo #menu-toggle.on {
  background-position: -41px 0;
}

#topo #top-bar {
  border-bottom: solid 3px #00bfd5;
  height: 63px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 3;
}

#topo #linguas {
  position: fixed;
  left: 20px;
  top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  z-index: 4;
  height: 30px;
  line-height: 30px;
  background-color: #2b2b2b;
  color: #878787;
  padding: 0 10px;
  white-space: pre;
  width: 75px;
}

#topo #linguas a {
  color: #878787;
  text-decoration: none;
}

#topo #linguas a.on {
  color: #FFF;
}

#topo #menu0 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background-color: #00bfd5;
  display: none;
}

#topo #menu0 ul {
  margin-top: 50px;
}

#topo #menu0 ul li {
  text-align: center;
  margin: 20px 0;
}

#topo #menu0 ul li a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  display: inline-block;
}

#topo #menu0 ul li:first-child {
  margin-top: 0;
}

#topo #menu0 ul li:last-child a {
  color: #FFF;
  background-color: #e2900c;
  padding: 0 20px;
}

#copy {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  background-color: #000;
  z-index: 2;
}

#copy a {
  color: #FFF;
  text-decoration: none;
  font-size: .8em;
  font-family: "Montserrat", sans-serif;
}

#menu-toggle-2 {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 13px;
  background: url(/imagens/icns_menu.svg) no-repeat left center;
  width: 41px;
  height: 34px;
  background-color: #FFF;
  cursor: pointer;
}

#menu-toggle-2.on {
  background-position: -41px 0;
}

#cont {
  text-align: justify;
  width: 100%;
}

#fixedMenu {
  width: 100%;
  height: 60px;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
  background: #FFF url(/imagens/icon.png) no-repeat 14px 7px;
  background-size: 46px 46px;
}

#fixed-anchor {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  height: 0;
  width: 1px;
}

.sep2 {
  height: 31px;
  border-bottom: solid 1px #878787;
  margin-bottom: 30px;
}

.no-appearance {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.padded {
  padding: 0 20px;
}

/*
li img:hover {
	opacity: 1;	
}
*/
@media only screen and (min-width: 768px) {
  #topo {
    height: 150px;
  }
  #topo #top-bar {
    display: none;
  }
  #topo #linguas {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    z-index: 4;
  }
  #topo #menu-toggle {
    position: absolute;
    top: 86px;
  }
  #topo #logo {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    height: 105px;
    width: 121px;
    z-index: 4;
  }
  #topo #menu0 {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 4;
    width: 40%;
    height: 100%;
    padding-top: 60px;
    background-color: #00bfd5;
  }
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.7);
    z-index: 2;
  }
  #fixed-anchor {
    display: block;
    top: 50px;
  }
  #weather {
    position: absolute;
    top: 15px;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    z-index: 5;
  }
}

@media only screen and (min-width: 1024px) {
  #logo {
    left: 40px;
  }
  #linguas {
    right: 40px;
  }
  #menu-desktop {
    position: absolute;
    right: 40px;
    top: 100px;
  }
  #menu-desktop-2 {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .main-menu li {
    display: inline-block;
    margin-left: 40px;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
  }
  .main-menu li a {
    color: #2b2b2b;
    text-decoration: none;
  }
  .main-menu li a:hover, .main-menu li a.on {
    color: #00bfd5;
  }
  .main-menu li:first-child {
    margin-left: 0;
  }
  .main-menu li:last-child {
    margin-left: 20px;
    background-color: #e2900c;
    padding: 0 20px;
  }
  .main-menu li:last-child a {
    color: #FFF;
  }
  #weather {
    /*left: 410px;
		text-align: left;
		width: auto;*/
  }
  #fixed-anchor {
    top: 130px;
  }
  .padded-desktop {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1280px) {
  #logo {
    left: 90px;
  }
  .padded {
    padding: 0;
  }
  .padded-desktop {
    padding: 0;
  }
}
