* {
    text-decoration: none;
    /*border: 1px solid black;*/
    outline: 0;
    pointer-events: auto;
    font-weight: normal;
    position: relative;
}
a {
    text-decoration: none;
    color: inherit;
}

html, body {
    width: 100%;
    /*min-height: 100%;*/
    margin: 0;
    padding: 0;
    font: normal normal normal 16px/1.4em spinnaker,sans-serif;
    line-height: 1.4em;
    color: #605E5E;
}
.bg {
    background-image: url("../img/9936a5_0d82b9cd2d25484fae6f40cf80e33cfb~mv2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* FLEX */
.flex {
    display: flex;
}
.flex-start {
	justify-content: flex-start;
}
.flex-end {
	justify-content: flex-end;
}
.flex-center {
	justify-content: center;
}
.space-between {
	justify-content: space-between;
}
.space-around {
	justify-content: space-around;
}
.row {
	flex-direction: row;
}
.row-reverse {
	flex-direction: row-reverse;
}
.column {
	flex-direction: column;
}
.column-reverse {
	flex-direction: column-reverse;
}
.stretch {
	align-content: stretch;
}
.flex1 {
    flex: 1;
}
.grow0 {
	flex-grow: 0;
}
.grow1 {
	flex-grow: 1;
}
.grow2 {
	flex-grow: 2;
}
.nowrap {
	flex-wrap: nowrap;
}
.wrap {
	flex-wrap: wrap;
}
.wrap-reverse {
	flex-wrap: wrap-reverse;
}
.center * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.justify {
    text-align: justify;
}
.align-right {
    text-align: right;
    align-content: right;
}
/* END FLEX */

.main {
    margin: 0 auto 0 auto;
    width: 100%;
}

.container {
	margin: 0 auto;
	display: flex;
    max-width: 980px;
}

.sub-container {
	margin: 0 auto;
	display: flex;
    max-width: 900px;
}

.gallery_container {

    
}
.gallery_container > img {
    float:left;
}


#header {
    height: 155px;
    margin-bottom: 5px;
}
#header1 {
    display: none;
    visibility: hidden;
}
.logo {
    
}
.logomarca {
    max-width: 404px;
    max-height:87px;
}
.logo_text {
    font-size:18px;
    text-shadow:#ffffff 0px 0px 6px;
    font-family:spinnaker,sans-serif;
    color: #4F4614;
}

.topnav {
  overflow: hidden;
  background-color: rgba(104, 176, 77, 1);
  border-radius: 30px 0 30px 0;
  border: solid 0px rgba(28, 138, 67, 1);
  height: 26px;
  margin: 0 6px 20px 6px;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.4s ease 0s;
  height: 26px;
  box-sizing: border-box;
  padding: 0 8px 0 8px;
}

.topnav a:hover {
  background-color: rgba(28, 138, 67, 1);
  color: #FFFFFF;
}

.topnav a.selected {
  background-color: rgba(28, 138, 67, 1);
  color: #FFFFFF;
}

.topnav .icon-menu {
  display: none;
}

.footer {
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
    background-color: rgba(28, 138, 67, 1);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
    background-image: url(img/bevel_300.png);
    background-repeat: repeat-x;
    height: 162px;
    color: #B6E8E3;
    font-size: 14px;
    margin-top: 20px;
}

h1 {
    font-size: 26px;
    display: block;
    padding-top: 20px;
}
h2 {
    font-size: 20px;
    display: block;
    padding-top: 15px;
}
h3 {
    font-size: 16px;
    display: block;
    padding-top: 10px;
}
p {
    margin-bottom: 10px;
}
span {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}
.border {
    border: 10px solid rgba(255,255,255,0.18);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.18);
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}
.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.space {
    height: 2em;
    display: block;
    width: 100%;
}
.separator {
    min-height: 2px;
    height: 6px;
    border-radius: 7px;
    background-color: rgba(28, 138, 67, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
}
.wp3_left {
    left: -20px;
    background-position: 0 0;
}
.wp3_right {
    right: -20px;
    background-position: 100% 0;
}
.wp3_shd {
    position: absolute;
    bottom: -26px;
    width: 165px;
    height: 26px;
    background-image: url(../img/liftedshadow_medium.png);
    background-repeat: no-repeat;
}
.padding-left-10 {
    padding-left: 2em;
}
.right-10 {
    position: relative;
    right: 10px;
    margin-left: auto;
}
.icon {
    cursor: pointer; 
    width: 67px; 
    height: 67px;
}
.image-box {
    width: 387px;
    height: 216px;
}
.contact {
    margin-top: 0.2em;
}
.contact input, .contact textarea, .contact button {
    margin-top: 0.5em;
    color: #6f6f6f;
    background-color: #e5e5e5;
    border: 1px solid #bfbfbf;
    padding: 10px;
}
.contact input, .contact textarea {
    display: block;
    width: 100%;
}
.contact-icon {
    position: absolute;
    right: 30px;
    top: 20px;
}
.mapa, .programacao {
    max-width: 100%;
}


/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(20,32,28,0.7);
}

/* Modal Content */
.modal-content {
  background-color: rgba(255,255,255,0);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(20,32,28,0.9);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(20,32,28,1);
}

.active-slide,
.demo:hover {
  opacity: 1;
}
.gallery {
  cursor: pointer;
}



@media screen and (max-width: 1023px) {
  .topnav a:not(.selected) {display: none;}
  .topnav a.icon-menu {
    float: right;
    display: block;
    right: 0px;
    top: -22px;
    font-size: 2em;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon-menu {
    position: absolute;
    
    
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav {
    overflow: hidden;
    background-color: rgba(104, 176, 77, 1);
    border-radius: 0;
    border: solid 0px rgba(28, 138, 67, 1);
    height: 20px;
    margin: 0 0 20px 0;
    padding: 1em;
  }
  .topnav.responsive {
    height: auto;
  }
  .topnav a {
    float: left;
    height: 32px;
    padding: 0 8px 0 8px;
    top: -22px;
    line-height: 32px;
}
  .container {
    margin: 1em;  
  }
  .sub-container {
    margin: 1em;  
  }
  .sub-container.row {
    display: block;
  }
  .menu {
    display: block;
  }
  #header .decathlon, #header .fast-nutri {
    display: none;
  }
  .logomarca {
    width: 100%;
  }
  .mapa, .programacao {
    max-width: 95%;
  }
  .sub-container.column.atividades * {
    display: block;
  }
  .image-box.atividades {
    width: 95%;
    position: relative;
  }
  .flex1.aos-pais, .flex.row.aos-pais, .flex1.contato, .flex.row.contato {
    display: block;
  }
  #header1 {
    display: flex;
    visibility: visible;
  }
}
