/* RESET */

  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  }
  
  
  *,*:focus,*:hover{
    outline:none;
}

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

html {
    scroll-padding-top: 90px; /* height of sticky header, because the header hides the content when jumping to it */
}

*{ 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.wrapper:after,
.bg-row:after {
  content: "";
  display: block;
  clear: both; 
}

li {
	margin-left: 17px;
	margin-bottom: 1px;
    margin-top: 3px;
}

.equipamento-box ul > li
 {
    padding-bottom: 7px;
	margin-left: 0;
}

.checked > li {
    background-image: url(images/checked.png);
    background-repeat: no-repeat;
    /*background-position: 0 7px;*/
    padding-left: 25px;
    list-style-type: none;
}

.clear {
  clear: both;
  line-height: 0;
}

.marginauto {
	margin-left: auto;
	margin-right: auto;
}

.uppercase {
	text-transform: uppercase;
}

img {
	display: block;
	max-width: 100%;
}

.bg0 {
	background: #fff;
	
	color: #555555;
}

.bg1 {
	background: #377E6C;
	color: #fff;
}
.bg2 {
	background-color: #F7F7F7;
	color: #555555;;
}

.cwhite {
	color: #fff;
}


.topmargin30 {
	margin-top: 30px !important;
}

.topmargin50 {
	margin-top: 50px !important;
}

.bottommargin30 {
	margin-bottom: 30px !important;
}

.bottommargin50 {
	margin-bottom: 50px !important;
}

.bottommargin0 {
	margin-bottom: 0 !important;
}


.bgpadding {
	padding: 40px 0;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
	text-transform: uppercase;
	
}

.float-right {
  float: right;
}

.clear {
	clear: both;
	
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

.blog-mobile-only {		
	display: block;
}
.blog-desktop-only {		
	display: none;
}

#switch-lang {
	margin-top: 10px;
	font-size: 16px;
}
#switch-lang a{
	color: #fff;
}

h1, h2, .page-title {
	font-family: "Overlock SC";
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	color: #4D7E70;
	line-height: 1;
}

h1, .page-title {
	font-size: 30px;
}

h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1;	
}

h2.blogmenu {
	text-align: left;
	font-size: 24px;
	color: #383838;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
	color: #4D7E70;
}

h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.4;
	text-align: center;
	color: #4D7E70;
}

.blog-cat {
	//text-transform: uppercase;
	display: block;
	margin-bottom: 6px;
}

.cur-cat {
	text-align: center;
	text-transform: uppercase;
}

select, textarea, input[type=text] {
    padding: 5px 5px 5px 5px;
    font-family: "Reddit Sans";
    font-size: 15px;
    border: 1px solid gray;
    height: 32px;
    background: #F7F7F7;
    border-radius: 3px;
    width: 100%;
	margin: 0 0 15px;
}
textarea {
	height: auto;
	margin: 5px 0;
}

.buttonlink, input[type=submit] {
	display: block;
	width: 100%;
	font-size: 18px;
	padding: 6px 12px 8px;
	border-radius: 3px;
	border: 0;
	border: 1px solid #26466D;
	background-color: #1B334F;
	color: #fff;
	cursor: pointer;
}

.buttonlink:hover, input[type=submit]:hover {	
	background: #4682B4;
}

.buttonlink a, input[type=submit] a{
	text-decoration: none;
	color: #fff;
}


	
button {
	background: #fbc80e;
	color: white;
	font-weight: 600;
	font-family: "Reddit Sans";
	text-align: center;
	width: 100%;
	padding: 10px;
	padding-right: 0;
	border: 2px solid white;
	border-radius: 8px;
	font-size: 17px;
	margin-top: 20px;
	outline: 1px solid #D3D3D3;
	cursor: pointer;
	text-shadow: 1px 1px 1px #787878;
}

.send-button {
	width: auto;
	padding: 10px 15px;
}

a {
	color: #377e6c;
	text-decoration: underline;
	font-weight: bold;
}

a.btnlink, a.btnlink:hover, a.bloglink {
	text-decoration: none;
}

.footer-col a, .feat-blog-bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.blogmenu-text a {
	font-weight: normal;
}

.green-button {
	background: #377e6c;
	padding: 7px 12px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
}


footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.bullet::before {
  content: "\2022"; /* Bullet character */
  color: #fff;     
  margin: 0 6px;  
  font-weight: bold;
}

#highlight2::-webkit-scrollbar {
  width: 10px;
}
/* Track */
#highlight2::-webkit-scrollbar-track {
  background: #26466D; 
} 
/* Handle */
#highlight2::-webkit-scrollbar-thumb {
  background: blue; 
}
/* Handle on hover */
#highlight2::-webkit-scrollbar-thumb:hover {
  background: #D3D3D3; 
}



body {
	font-family: "Reddit Sans";
	background: #5d9887;
	background: #77c1ac;
	color: #555555;
	font-size: 15px;
	line-height: 1.7;	
}




blockquote {
	font-family: Georgia;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

blockquote { quotes: '\201c' '\201d'; }

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote:before,
blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 4em;
  top: .2em;
  position: relative;
}


main {
	min-height: 80vh;
    min-height: calc(100vh - 260px);
}


section {
	padding-top: 30px;
	padding-bottom: 50px;
	
}
.wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;

}

.header-wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;

}

header {
	background: #fff;
    color: #000;
    position: sticky;
    width: 100%;
    height: 70px;
    top: 0;
    filter: drop-shadow(5px 5px 5px #6b6b6b);
    z-index: 9999999999;
}

.main-nav {
	padding-top: 10px;
}

.nav-brand {
	width: 260px;
	float: left;
	margin-top: -10px;
}

.header-left {
	width: 260px;
	float: left;
}

.header-right {
	width: calc(100% - 270px);
	float: right;
}

.box {
	padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D3D3D3;	
}


/* homepage */
.bg-top {	
	background-size: cover;
	background-position: center;
	width: 100%;
	height: calc(100vh - 70px);
	position: absolute;
	top: 70px;
	left: 0;
}

.bg-top-outer {
	position: relative; 
	width: 100%; 
	height: 100%;
}

.bg-top-wrapper-desktop, .homequote-wrapper-desktop {
	display: none;
}

.bg-top-wrapper-mobile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 270px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.home-btn-mob {
	margin: 0 auto 20px;
	width: 240px;
}

.home-btn-mob button{
	margin-top: 0 !important;
}

.btn-center-mob {	
	display: block;
	width: auto;
	margin: 15px auto 0;	
}

.material-icons.arrow {
    font-size: 30px;
    vertical-align: middle;
	margin-left: -9px;
}

.material-icons.new_window {
    font-size: 20px;
    vertical-align: middle;
	margin-left: 3px;
}

.homequote {
	//display: none;
}

.homequote-wrapper-mobile {
	
}
.homequote {
	background: rgba(102, 165, 147, 0.65);
	border: 1px solid rgb(102, 165, 147);	
	border: 2px solid #f0d870;
	border-radius: 24px;
    text-align: center;
    line-height: 1.5 !important;
	margin: 0 10px;
}

.homequote span{	
	display: inline-block;
	padding: 10px;
	color: white;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia;
	text-shadow: 1px 1px 1px #787878;
}



/* intro (includes button to surf school) and either image or vidoe */

.video-container {
    max-width: 600px;
	margin: 20px auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
	
	cursor: pointer;
}    

.video-list-item img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.video-overlay {
	position: absolute;
	top: calc((100% - 60px) / 2);
	left: calc((100% - 60px) / 2);
}

.material-icons.video {
	font-size: 60px;
	color: #fff;
}
.video-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	color: #ffff;
	padding: 8px;
	text-align: center;
}


/* SERVICES (previously "equipment" */

.equipment-left, .equipment-right {
	width: 600px;
	max-width: 100%;
	margin: 20px auto;		
	background: #FAFAFA;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
}
	
.equipment-text {
}
.equipment-image {
	width: 300px;
	height: 300px;
	margin: 15px auto;
	background-size: cover;
	border-radius: 4px;
	border: 1px sold #D3D3D3;
}

.eq-btn-desktop-only {
	display: none;	
}

.eq-btn-mobile-only {
	display: block;	
	
}

.eq-btn-mobile-only span{
	
}

/* FAQ */
.faq {
	background: white;
	padding: 15px;
	border: 1px solid #D3D3D3;	
}

.accordion {
	background-color: #E8E8E8;
	color: #555555;
	font-size: 16px;
	text-shadow: none;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border-style: none;
	text-align: left;
	outline: none;
	font-family: "Reddit Sans";
	font-weight: 500;
	transition: 0.4s;

	margin: 0 0 7px 0;
	border: 1px solid #E8E8E8;
	border-radius: 0;
  
}

.accordion.active, .accordion:hover {
  background-color: #D2EAE3;
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 10px 15px 16px;
  display: none;
  font-size: 16px;
  background-color: #fff;
  color: #555555;
  overflow: hidden;
  
  margin-bottom: 2px;
}
.panel a {
	color: #377e6c;
	text-decoration: underline;
	font-weight: bold;
}

.panel a:hover {
	text-decoration: underline;	
}
/* end FAQ */

/* reviews */
.reviews {
	width: 340px;
	max-width: 100%;
	margin: 80px auto 20px;
}

.highlight {display: none}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 4px 11px;
  margin-top: 32px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: #D3D3D3;
}

a.prev, a.next{
	text-decoration: none !important;
}

/* Position the "next button" to the right */
.next {
  right: -1px;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: -1px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
 .prev:hover, .next:hover {
  
  color: black;
  text-decoration: none;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.reviews a {
	color: #377E6C;
	text-decoration: underline;
	
}
.reviews h2{
	text-align: center;
	color: #377E6C;
	margin: 0;
}

.reviews-inner {
	background: #fff;
	padding: 15px;
	padding-top: 7px;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	text-align: center;
	position: relative;
}

.partners {
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
}

/* end reviews */


/* services & featured/loja blogs */
.service-col, .feat-blog-col {
	width: 400px;
	margin: 20px auto;
	max-width: 100%;
	background: #F5F5F5;
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	padding: 0;
	position: relative;
}

.service-wrap {
	margin-top: 20px;
}

.service-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.service-title {
	padding: 8px 8px 0;
}

.service-title h3{
	font-size: 22px;
	text-align: center;
}

.service-image, .feat-blog-image {
	height: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 4px 4px 0 0;
}

.feat-blog-text {
	padding: 15px;
	padding-bottom: 60px;
	position: relative;
	
}
.service-text h3, .feat-blog-text h3 {
	font-size: 18px;
	font-weight: 600;
	color: #4D7E70;
}

 .feat-blog-bottom {	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 4px 4px;
	padding-top: 5px;
	background:#377E6C;
	color: white;
	font-weight: 600;
	height: 40px;
	text-align: center;
}

.service-text {
	padding: 14px 14px 0;
}

.service-bottom {	
	padding: 0 14px 14px;
}
/* end services, featured/loja posts */

/* VIDEOS */
.video-intro {
	width: auto;
	text-align: center;
}
.video-intro span{
	width: auto;
	display: table;
	margin: 0 auto 40px;
	text-align: center;
	background: #F0F0F0;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	padding: 15px;
}


/* styles for the actual blog posts */
#blog-list {
	max-width: 400px;
    margin: 0 auto 30px;
}

.blogmenu {
	background-color: #FAFAFA;
	color: #000;
}
#blog-menu {
	display: none;	
}
#blog-menu-button {
	background: #377e6c;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 20px;
	
	font-weight: bold;
	cursor: pointer;	
}

.blogmenu-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}
.blogmenu-photo {
	width: 70px;
	height: 75px;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
	border: 1px solid #77c1ac;
    border-radius: 2px;
}
.blogmenu-text {	
	width: calc(100% - 80px);
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 8px;
	text-align: left;
}
.blogmenu-text, .blogmenu-text a, .blogmenu-text a:hover {
	color: #555555;	
	text-decoration: none;
}

.blogmenu-text a:hover {
	color: #000;	
	text-decoration: underline;
}

.blogmenu-date {
	display: block;
	margin: 6px 0 12px;
	font-style: italic;
}
.blog-current {
	color: #77c1ac;
}

.blog-date {
	margin-top: -10px;
	font-style: italic;
}

.blog-col {
	margin-bottom: 20px;
}

.blog-col a, .blog-text-left a, .blog-text-right a {
	color: #377e6c;
	font-weight: bold;
}
.blog-col a:hover, .blog-text-left a:hover, .blog-text-right a:hover {
	color: black;
	
}

.blog-main-image img{
	margin: 20px auto;
	max-height: 90vh;
	max-height: calc(100vh - 70px);
	border-radius: 4px;
}


.caption {
	font-size: 13px; 
	text-align: center; 
	margin-top: -20px;
	margin-bottom: 14px;	
	font-style: italic; 
	border-radius: 0 4px 4px 0;
}
.caption span {	
	display: inline-block;
	background: #F5F5F5;
	padding: 4px 9px;  
	width: auto;
}

.blog-col h3 {
	font-size: 18px;
}


.blog-subtitle h2, .blog-subtitle h3, .blog-col h3 {
		text-align:left;
		margin: 0 0 10px;
	}

.blog-image-center img {
	margin: 15px auto;
}

.blog-image-left30, .blog-image-left50, .blog-image-right30, .blog-image-right50 {
	width: 100%;
}

.blog-image-left30 img, .blog-image-left50 img, .blog-image-right30 img, .blog-image-right50 img{
	margin: 15px auto;
}

.footer-wrap {
	padding: 20px 0;
}

.footer-col {
	margin:10px 0 20px;
	text-align: center;
	
}

.footer-col img {
	display: inline-block;
}


.footer-socmed {
	margin-top: 8px;
	text-align: center;
}
.livro {
	margin-top: 12px;
}


/* other pages */
.bg-pageheader {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.pageheader {	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px 15px 15px;
	color: #4D7E70;
	width: 80%;
	margin: 0 auto;
	max-width: 450px;
	aspect-ratio: 4/1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageheader .page-title, .pageheader h1 {
	margin-bottom: 5px;
	font-size: 24px;
}

.two-cols {
	margin: 20px auto;	
}

.escola-info {
	margin: 20px auto;	
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
}

.col-image, .col-text {
	max-width: 100%;
	width: 600px;
	margin: 0 auto;
}

.col-image {
	/*background-size: cover;
	background-position: center;	
	height: auto; */
	flex: 1;
	min-height: 200px;
	margin-top: 20px;
	border-radius: 4px;
}

.col-text {
	width: 100%;
	margin-top: 30px;
}

.courses {
	flex-wrap: wrap;
	max-width: 560px;
	margin: 0 auto;
	justify-content: space-between;
}

.course {
	width: 260px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	padding: 15px;
	text-align: center;
	margin: 30px auto;
	font-size: 16px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-header h3{
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
	text-align: center;
}


.course-image img{
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 4px;	
}

.course-type {
	font-size: 20px;
	font-weight: 400;
	color: #4D7E70;
	margin-top: 10px;
}
.course-price {
	font-size: 30px;
	font-weight: 400;
	color: #4D7E70;
	line-height: 1;
	margin-bottom: 14px;
}

.course-price-text {
	font-size: 18px;
	font-weight: 400;
	color: #4D7E70;
	line-height: 1.7;
	margin-bottom: 14px;
}

.equipamento-conditions {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 40px;
	background: #F0F0F0;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	padding: 15px;
}

.equipamento-container {
    padding: 0;
    margin: 20px auto 50px;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.equipamento-box {
	width: 350px;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.eq-header h2{
	text-align: center;
	font-size: 30px;
}

.eq-image {
	width: 75%;
	aspect-ratio:541/726;
	margin: 0 auto 12px;
}

.eq-image img{
	object-fit: contain;
	border-radius: 4px;
}

.tbl_equipment {
	margin: 20px 0 20px;
}

table {
	border-collapse: collapse;
	
}
.tbl_equipment table, th, td{
	border: 1px solid grey;
}
.tbl_equipment thead{
	background: #DBDBDB;
}

.tbl_equipment th, .tbl_equipment td{
	width: 100px;
	text-align: center;
	padding: 5px;
}

h2.blogs-loja-intro {
	font-family: "Reddit Sans";
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin: 10px 0 30px 0;
	line-height: 1.2;
}

.contact-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	max-width: 500px;
}

.chamadas {
	font-weight: 400;
	font-size: 14px;
}
.contact-info a {
	color: black;
	text-decoration: none;
}

.contact-info a:hover {
	color: black;
	text-decoration: underline;
}

.green-button a, .green-button a:hover {
	color: white;
	text-decoration: none;
}

.contact-block {
	margin: 20px 0;
}

.col.contactform {
	max-width: 500px;
}
	
.contactform {
	background: #377e6c;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
}

.contact-map {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	margin: 50px 0 0;
}



@media all and (min-width: 550px) {
	
	h3, h2 {
		text-align: left;
	}
	.equipment-left, .equipment-right {
		
		max-width: 100%;
		margin: 20px auto;	
		display: flex;	
	}
		
	.equipment-text {
		flex: 1;
		padding-right: 10px;
	}
	.equipment-image {
		width: 200px;
		height: auto;
		margin: 0;
	}
	
	.eq-btn-desktop-only {
		display: block;	
		width: auto;
	}

	.eq-btn-mobile-only {
		display: none;	
	}
	
	
	
	
	.bg-pageheader {		
		width: 100%;
		height: 200px;
	}
	
}

@media all and (min-width: 560px) {
	.courses {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.course {
		margin: 30px 0;
	}
}

@media all and (min-width: 600px) {
	
	.bg-top-wrapper-mobile, .homequote-wrapper-mobile {		
		display: none;
	}
	
	.bg-top-wrapper-desktop {
		display: flex;
		max-width: 1140px;
		margin: 0 auto;
		justify-content: space-between;	
		height: 80vh;
		height: calc(100vh - 70px);
	}

	.homebox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 270px;
		margin: 10px auto;
		margin-top: calc((100vh - 150px) / 2);
		background: rgba(256,256,256, 0.65);
		color: #555555;
		font-weight: 500;
		font-size: 16px;
		padding: 15px;
		border-radius: 4px;
		border: 2px solid #fff;
	}

	.top-left {
		padding-left: 10px;
	}

	.top-right {
		padding-right: 10px;
	}
	
	
	.homequote-wrapper-desktop {
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		display: flex;	
		justify-content: center;
	}
	
	.homequoteBAK {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		width: fit-content;
		max-width: 100%;
		text-align: center;
		line-height: 1.2 !important;
	}

	.homequoteBAK span{
		background: rgba(102, 165, 147, 0.8);
		padding: 10px;
		border-radius: 24px;
		color: white;
		font-size: 16px;
		font-style: italic;
		font-family: Georgia;
		text-shadow: 1px 1px 1px #787878;
		display: table;
		margin: 0px auto 0px auto;
		padding: 10px;
	}

	
	
}

@media all and (min-width: 800px) {
	
	.top-left {
		padding-left: 40px;
	}

	.top-right {
		padding-right: 40px;
	}
	
	.homequote span{
		font-size: 20px;
	}
	
	.pageheader .page-title, .pageheader h1 {
		font-size: 32px;
	}
	
	.footer-wrap {		
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 0;
	}
	
	
	.footer-col {
		width: 30%;
		padding: 0;
		margin: 0;
	}
	
	.footer-col1 {
		order: 2;
	}
	
	.footer-col2 {
		order: 1;		
		text-align: left;
	}
	
	.footer-col3 {
		order: 3;
		text-align: right;
	}
	
	.footer-col.center img {
		display: inline-block;
		margin: 12px;
	}
	
	
	
	.footer-socmed {
		margin-top: 0;
	}
	
	.two-cols, .two-cols-info {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}

	.col-image, .col-text {
		width: 48%;
		margin: 0;
	}
	
	.col-image img{
		height: 100%;
		object-fit: cover;
		border-radius: 4px;
	}
	
	
	.contact-map {
		height: 90vh;	
	}
	
	.blog-mobile-only {		
		display: none;
	}
	.blog-desktop-only {		
		display: block;
	}
	
	#blog-menu {
		display: block;	
	}
	
	.blog-text-left {
		float: left;
		width: 65%;
	}
	
	.blog-text-right {
		float: right;
		width: 65%;
		margin-top: 15px;
	}
	
	.blog-subtitle h2, .blog-subtitle h3 {
		text-align:left;
		margin: 0 0 10px;
	}

	
	.blog-image-left30, .blog-image-right30 {
		width: 30%;
	}
	
	.blog-image-left50, .blog-image-right50 {
		width: 50%;
	}
	
	.blog-image-left30, .blog-image-left50 {
		float:left;
		margin: 5px 20px 20px 0;
	}
	
	.blog-image-right30, .blog-image-right50 {
		float:right;
		margin: 5px 0 20px 20px;
	}

	
}

@media all and (min-height: 500px) {
	
	.homequote-wrapper-desktop {
			position: absolute;
			top: 30px;
	}
}

@media all and (min-width: 980px) {
	
	.bg-pageheader {		
		width: 100%;
		height: 300px;
	}
	
	
	
	
	
	
	
	
	
		
	.intro {
		display: flex;
		flex-direction: row;
		gap: 40px;
		align-items: top;
		
	}
	
	.intro img {
		border-radius: 3px;
	}
	
	.intro-text, .intro-image {
		flex: 1;
	}
	
	.video-container {
		margin: 0;
	}
	
	.btn-center-mob {
		margin: 15px 0 0;	
	}
	
	.faq-reviews {
		display: flex;
		flex-direction: row;
		gap: 5%;
	}
	.faq {
		width: calc(95% - 340px);		
	}
	
	.reviews {
		margin: 0 auto 20px;
	}
	
	.service-wrap, .feat-blog-wrap {
		
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.service-col, .feat-blog-col {
		width: 30%;
		margin: 0;
		
	}
	
	/* Blog */
	#blog-list {
		float: left;
		width: 300px;
		margin: 0;
		height: auto;
		overflow-y: auto;
	}
	
	
	#blog-menu-button {
		display: none;
	}

	#blog-menu {
		display: block !important;
	}

	#blog-article {
		float: left;
		width: calc(100% - 340px);
		margin-left: 40px;
	}
	
	.blog-col h2 {
		font-size: 26px;
		margin-top: 20px;
	}		
}

@media all and (min-width: 1060px) {
	
	.equipment {
		display: flex;
		justify-content: space-between;
	}
	.equipment-left, .equipment-right {
		width: 48%;
		display: flex; 
		flex-direction:row;
	}
	
	.equipment-right {
		margin-left: 4%;
	}
	
	.equipment-text {
		flex: 1;
		padding-right: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.equipment-image {
		width: 200px;
		background-size: cover;
		border-radius: 4px;
		border: 1px sold #D3D3D3;
	}
	
	
	.col-text.escola-intro {
		font-size: 18px;
	}	
}


@media all and (min-width: 1160px) {	
	
	.bg-pageheader {		
		width: 100%;
		height: 250px;
	}

	.nav-brand {
        width: 260px;
        float: left;
		margin-top: -10px;
		margin-right: 10px;
    }
	
	#main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
	
	#main-menu {
		float: left;
		width: calc(100% - 270px);
		padding-top: 1px;
    }
	
	li.lang {
		display: block;
        float: right !important;
		
    }
	
	li.lang select{
		margin: 8px 0 0 0;		
    }
	
	.sm-blue li {
        float: left;
    }
	
	
	/* override sm-blue.css to allow for submenu arrow */
	a.has-submenu {
		//padding-right: 24px;
	}
	
	.header-left {
		width: 220px;
		float: left;
	}

	.header-right {
		width: calc(100% - 240px);
		float: right;
	}

	
	
	h2 {
		font-size: 40px;
	}
	
	.courses {
		max-width: 100%;
	}
	
	.faq-reviews {
		gap: 10%;
	}
	.faq {
		width: calc(90% - 340px);		
	}
	
	.form-left, .form-right {
		float: left;
		width: 48%;
	}
	.form-right {
		margin-left: 4%;
	}
	
}


@media all and (min-width: 1170px) {
	
	.wrapper {
		padding: 0;
	}
}





.review {
	width: 270px;
	height: 350px;
	background: #fff;
	border: 2px solid #E0EEEE;
	border-radius: 3px;
	padding: 12px 7px 12px 12px;
	font-size: 15px;
	position: relative;
	margin: 10px auto;
}

.review-content {
	height: 290px;	
	overflow-y: auto;
	padding-bottom: 14px;
}

.review-link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 8px;
	height: 40px;
	text-align: center;
	background: #E0EEEE;
}
.review-link a{
	color: #325c74;
	text-decoration: none;
	font-weight: 600;
}
.review-link img{
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: bottom;
}

.review-name {
	font-weight: 600;
	font-size: 15px;
	
}

.review-stars {
	font-size: 30px;
	line-height: 1;
}



[data-star] {
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}
[data-star]::before { 
  display:block;
  content: '★★★★★';
  color: #eee;
}
[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '★★★★★';
  width: 0;
  color: #e9b41a;
  overflow:hidden;
  height:100%;
}

[data-star^="0.1"]::after{width:2%}
[data-star^="0.2"]::after{width:4%}
[data-star^="0.3"]::after{width:6%}
[data-star^="0.4"]::after{width:8%}
[data-star^="0.5"]::after{width:10%}
[data-star^="0.6"]::after{width:12%}
[data-star^="0.7"]::after{width:14%}
[data-star^="0.8"]::after{width:16%}
[data-star^="0.9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}


.whatsapp-btn {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: white;
  padding: 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 1000;
  font-weight: 600;
}
.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.whatsapp-btn svg {
  display: block;
}



/* gallery */
#gallery {
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin-bottom: 50px;
}

.slide {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}
.slide img{
	border-radius: 2px;
}

.pswp {
    position: fixed;
    /*top: 50px;
    height: 95%;
	height: calc(100% - 50px);
	*/
	z-index: 999999999999;
}

.pswp__custom-caption {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  text-align: center;
}
.pswp__custom-caption span{
  background: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  color: #fff;
  width: auto;
  max-width: 600px;
  padding: 6px 8px;
  border-radius: 3px;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}

.pswp__button {
	outline: none !important;
}

@media all and (min-width: 470px) {
	
	.slide {
		width: 130px;
		height: 130px;
	}

}






/* The Modal (background) */
.modal {
	z-index: 9999999999;
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	padding-top: calc(10vh / 2); /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0px;
	border-radius: 3px;
	width: 350px;
	max-width: 100%;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  font-weight: bold;  
  text-decoration: none;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #fff;
}

.modal-header {
	padding: 7px 10px 7px 20px;
	background-color: #377e6c;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.modal-header h2{  
  color: white;
  margin-top: 8px;
}

.close {
	float: right;
	cursor: pointer;
}

.modal-body {
	
	padding: 15px;
}

.cookiebutton {
	width: auto;
	background: gray;
	float: left;
	padding: 7px 15px;
	margin-bottom: 15px;
}

.cookiebutton.right{
	float: right;
}

