body {
  background-color: #353638;
  padding:0;
  margin:0;
  overflow-x:hidden;
  }
html{
  padding:0;
  margin:0;
}
a {
  text-decoration:none;
}
h1 {
  color:#353638;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 700;
  margin:0;
  font-size: 200%;
  line-height: 150%;
}
h2 {
  color: #1b76bc;
  font-family: 'Open Sans',sans-serif;
  font-weight: 500;
  margin:20px 0 0 0;
  font-size: 200%;
  line-height: 100%;
}
h3 {
  color:#353638;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  margin:0;
  font-size: 100%;
  line-height: 130%;
}
.st {
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
}
.section {
  position: relative;
  padding: 7vh 0 6vh 0;
  width: 100%;
  background-color: white;
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.gradient {
  background: rgb(135, 135, 135);
background: linear-gradient(90deg, rgb(133, 133, 133) 0%, rgb(84, 84, 84) 35%, rgb(74, 74, 74) 100%);
}
.backred {
  background-color: #353638;
}
.mobilemenu {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  top: -310px;
  height: auto;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  z-index: 9998;
}
.menushow {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  top: 49px;
  height: auto;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  z-index: 99999;
}
.mobile {
  display: none;
  font-size: 150%;
  font-weight: bolder;
}
.topbar {
  position: fixed;
  border-bottom: 1px solid white;
  top: 0;
  width: 60%;
  padding: 5px 20% 5px 20%;
  display: -webkit-flex; 
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
  -webkit-align-items: center;
  align-items:         center;
  z-index: 9999;
}
.btn1 {
  color:white;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 10px 0 10px;
  cursor: pointer;
  font-size: 90%;
}
#btn1a,#btn1b,#btn1c,#btn1d {color:white;} #btn1a:hover {color:#97CC70;} #btn1b:hover {color:#1EA5DD;} #btn1c:hover {color:#97CC70;} #btn1d:hover {color:#1EA5DD;}

#btn1am,#btn1bm,#btn1cm,#btn1dm {color:white;} #btn1am:hover {color:#97CC70;} #btn1bm:hover {color:#1EA5DD;} #btn1cm:hover {color:#97CC70;} #btn1dm:hover {color:#1EA5DD;}

.btn1 img {
  max-height: 40px;
}

.btn2 {
  color:white;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 300;
  text-align: center;
  margin:20px 0 20px 0;
  cursor: pointer;
  font-size: 110%;
}
.row {
  display: -webkit-flex; 
  display: flex;
  width: 60%;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.row2 {
  background-color: white;
  display: -webkit-flex; 
  display: flex;
  width: 60%;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
  -webkit-align-items: center;
  align-items:         center;
}
.row3 {
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.foto {
  min-width: 150px;
  min-height: 150px;
  background-image: url(../img/1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.wrapstats {
  padding-top: 20px;
  padding-bottom: 30px;
  display: -webkit-flex;
   display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  width: 70%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stats {
  font-size: 80%;
  background-color: white;
  margin: 10px;
  padding: 10px;
  width: 100px;
  height: 100px;
  line-height: 20%;
  border-radius: 1.5vh;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  text-align: center;
  cursor: pointer;
}
.hide {display:none;}
.swiper-wrapper{
  display: -webkit-flex;
   display: flex;
   align-items:center;
}
.swiper-slide{
  color:white;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 500;
  font-size: 100%;
display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  text-align: center;
  z-index: 1;
}
#slide1 {
  background-image: url(../img/swiper1.jpg);
  background-size: cover;
}
#slide2 {
  background-image: url(../img/swiper2.jpg);
  background-size: cover;
}
#slide3 {
  background-image: url(../img/swiper3.jpg);
  background-size: cover;
}
.sw2 {
  width: 90%;
}
.ss2 {
  color: #353638;
  background-color: white;
}
.blacknext {
  position: absolute;
  top: 55%;
  z-index: 2;
  right: 0px;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bolder;
  font-size: 40pt;
  color: #898989;
  padding-right: 4vh;
  cursor: pointer;
}
.blackprev {
position: absolute;
top: 55%;
z-index: 2;
left:0px;
font-family: 'Josefin Sans',sans-serif;
font-weight: bolder;
font-size: 40pt;
color: #898989;
padding-left: 4vh;
cursor: pointer;
}
.btnserv{
  width: 28%;
  margin: 1.5%;
  padding:5px;
  height:170px;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  text-align: center;
  color: white;
  cursor: pointer;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 300;
}
#s1:hover,#s2:hover,#s3:hover,#s4:hover,#s5:hover,#s6:hover,#s7:hover,#s8:hover,#s9:hover,#s10:hover,#s11:hover,#s12:hover,#p1:hover,#p2:hover,#p3:hover
{background-size: 120%}
#s1 {
background-image: url(../img/s1.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s2 {
background-image: url(../img/s2.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s3 {
background-image: url(../img/s3.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s4 {
background-image: url(../img/s4.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s5 {
background-image: url(../img/s5.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s6 {
background-image: url(../img/s6.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s7 {
background-image: url(../img/s7.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s8 {
background-image: url(../img/s8.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s9 {
background-image: url(../img/s9.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s10 {
background-image: url(../img/s10.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s11 {
background-image: url(../img/s11.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s12 {
background-image: url(../img/s12.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
#s13 {
background-image: url(../img/s13.jpg);
background-color: rgba(99, 99, 99, 0.8);
background-position: center center;
background-blend-mode: multiply;
background-size:100%;
background-repeat: no-repeat;
}
.modal1,.modal2,.modal3,.modal4,.modal5,.modal6,.modal7,.modal8,.modal9,.modal10,.modal11,.modal12,.modal13 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color:#353638;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}
.close1,.close2,.close3,.close4,.close5,.close6,.close7,.close8,.close9,.close10,.close11,.close12,.close13 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}


.material-icons.md-48 { font-size: 40px;}
.txtcon {
  width: 100%;
  font-size: 100%;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #353638;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}
.txtmen {
  font-size: 100%;
  border: 1px solid #353638;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  width: 99%;
  margin:5px 0 15px 0;
  resize:none;
}
.wrap2 {
  width: 100%;
}
.btncon {
  width: 100%;
  margin-left: 1px;
  padding: 10px 0px 10px 0px;
  border: 1px solid transparent;
  font-family: 'Open Sans',sans-serif;
  font-size: 110%;
  color:white;
  background-color: #353638;
  cursor:pointer;
}
.btncon:hover {
  border: 1px solid #97CC70;
  color:#97CC70;
  background-color: transparent;
}
.pie {
  margin: 0;
  min-height: 15vh;
  padding: 5vh 10% 5vh 10%;
  width: 80%;
  text-align: center;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 300;
  font-size: 85%;
  line-height: 135%;
  color: white;
}
.pie img {
  width: 130px;
  height: 50px;
}
iframe {
  width: 50%;
  min-width: 240px;
  height: 300px;
  margin-left:30px;
  padding: 0;
}
/*MEDIA QUERIES*/
@media (min-width:800px) and (max-width:1000px){
  .row2 {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-justify-content: center;
    justify-content:         center;
  }
  .btnserv{
    width: 28%;
    margin: 1.5%;
    padding:5px;
    height:135px;
    font-size: 80%;
  }
  h2 {
    font-size: 120%;
  }

}
@media (min-width:400px) and (max-width:800px){
  .row {
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .row2 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  }
  iframe {
    width:100%;
    margin-left:0px;
    margin-top: 20px;
  }
  h2 {
    font-size: 110%;
  }
}

@media (min-width:500px) and (max-width:800px){
.btnserv{
  width: 40%;
  margin: 1.5%;
  padding:5px;
  height:20vw;
  font-size: 80%;
  }
}
@media (min-width:0px) and (max-width:500px){
  .btnserv{
    width: 80%;
    margin: 5%;
    padding:5px;
    height:30vw;
    font-size: 80%;
    }
    .txtcon {
      width: 90%;
      font-size: 90%;
      margin-left: 5%;
      margin-right: 5%;
    }
    .txtmen {
      font-size: 90%;
      width: 89%;
      margin-left: 5%;
      margin-right: 5%;
    }
    
    .btncon {
      font-size: 90%;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
    }
    .ss2 {
      font-size: 90%;
    }
  }


@media (min-width:0px) and (max-width:400px){
  .row {
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .row2 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    -webkit-flex-direction: column;
   flex-direction: column;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
  }
  iframe {
    width:100%;
    margin-left:0px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  h2 {
    font-size: 90%;
  }

}

@media (min-width:0px) and (max-width:600px){
.mobile {display: block;}
  .nomobile {display: none;}
}
