@import url('https://fonts.googleapis.com/css?family=Montserrat');

.buttonagenda {
    width: 120px;
    padding: 10px;
    color: #017288;
    border-radius: 75px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

#brworks{
  background: #fff;
}

#brworks:hover{
  background: #017288;
  color: #fff;
}

*{
  margin: 0;padding: 0;
}

a{
  text-decoration: none;
}

body{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

h1{
  font-size: 22px;
}

h2{
  font-size: 16px;
  font-weight: normal;
  color: #727272;
  padding: 0 0 7px 0;
}

.line{
  width: 50px;
  height: 3px;
  background: #017288;
  margin: 20px auto 30px auto;
}

a.psg{
  color: #017288;
}

a.psg:hover{
  text-decoration: underline;
}

.content{
  width: 994px;
  margin: 0 auto;
}

.scrolling {
  background: rgba(0,0,0,.8);

  transition: all 0.5s;
}

header{
  width: 100%;
  padding: 0 0 5px 0;
  position: fixed;
  z-index: 999;
    background: rgba(0,0,0,.6);
  transition: all 0.5s;
}

header img{
  display: inline-block;
  vertical-align: top;
}

header nav{
  padding: 13px 0 0 0;
  display: inline-block;
  float: right;
}

.price{
  color: #017288;
  font-size: 22px;
}

#menu ul li, #menu-m ul li{
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 15px 20px 20px 15px;

  transition: all 0.3s;
}

#menu ul li::after, #menu-m ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #017288;
    transition: width .3s;
    margin: 15px 0 0 0;
}

#menu ul li:hover::after, #menu-m ul li:hover::after {
    width: 100%;
}

/*slider*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 700px;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav{
  font-size: 50px;
  z-index: 999;
  opacity: 0.4;
}

.rslides_nav:hover{
  opacity: 1;
}

.next{
  position: absolute;
  top: 270px;
  color: #007a91;
  right: 10px;
}
.prev{
  position: absolute;
  top: 270px;
  left: 10px;
  color: #007a91;
}

/*banner*/
.bn1{
  background: url('../images/xlab01.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}

.bn2{
  background: url('../images/xlab02.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*cursos*/
#cursos{
  position: absolute;
  margin: -110px 0 0 0;
  height: 50px;
  width: 100%;
  height: 80px;
}

#scursos{
  width: 100%;
  height: 500px;
  background: #eee;
  padding: 0 0 150px 0;
}
  #banner{
      width: 100vw !important;
  }
  
#scursos .cat-image{
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 35px;
  width: 450px;
  height: 450px;
  border: 10px solid #fff;

  background: url('../images/curso1.jpg');

  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;a
  -o-background-size: cover;
}

#scursos .cat-image2{
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 35px;
  width: 450px;
  height: 450px;
  border: 10px solid #fff;

  background: url('../images/curso2.png');

  background-position: right;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

#scursos .cat-text{
  display: inline-block;
  text-align: left;
  width: 400px;
  padding: 100px 50px 100px 100px;
  background: #fff;
}

/*workshop*/
#workshop{
  position: absolute;
  margin: -110px 0 0 0;
  width: 100%;
  height: 80px;
}

#sworkshop{
  width: 100%;
  height: 500px;
  background: #eee;
  padding: 0 0 150px 0;
}

#sworkshop .cat-image{
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 35px;
  width: 450px;
  height: 450px;
  border: 10px solid #fff;
  border-left: 0;

  background: url('../images/workshop1.jpg');

  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

#sworkshop .cat-text{
  display: inline-block;
  width: 380px;
  padding: 100px 70px 100px 100px;
  background: #fff;
}

/*custom radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #017288;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*end custom radio*/

.button{
  float: right;
  margin: 30px 0 0 0;
  width: 120px;
  padding: 10px;
  color: #017288;
  border: 2px solid #017288;
  border-radius: 75px;
  text-align: center;

  transition: all 0.5s;
}

.button .fas{
  margin: 0 5px 0 0;
}

.button:hover{
  cursor: pointer;
  background: #017288;
  color: #fff;

  transition: all 0.5s;
}

/*sobre*/
#sobre-nos{
  position: absolute;
  margin: -110px 0 0 0;
  height: 50px;
  width: 100%;
  z-index: -99;
}

#sobre{
  padding: 100px 0;
  margin: 50px 0 0 0;
}

#sobre .line{
  margin-left: 0;
}

/*newsletter*/
#newsletter {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.form-newsletter .campo{
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  margin: 20px 0 0 0;
  padding: 15px;
  font-size: 22px;
  border-right: 0;
}

#bt-newsletter{
  padding: 20px 20px 17px 20px;
  color: #017288;
  background: #000;
  margin: 0 0 0 -4px;
  color: #fff;
  border: 0;
  border-radius: 0 4px 4px 0;
  font-size: 18px;

  transition: all 0.5s;
}

#bt-newsletter:hover{
  color: #fff;
  background: #017288;
  cursor: pointer;

  transition: all 0.5s;
}

#newsletter-result{
  display: none;
  margin: 10px 0 0 0;
  color: #017288;
}

/*footer*/
footer{
  width: 100%;
  background: #333;
  padding: 100px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.form-contato{
  width: 500px;
  margin: 15px 0 0 0;
  text-align: left;
  display: inline-block;
}

.campo, textarea{
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  margin: 4px 0 7px 0;
  border: 0;
}

.sel{
    min-width: 520px;
}

footer textarea{
  height: 200px;
}

#bt-enviar{
  width: 520px;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  background: #000;
  border: 0;

  transition: all 0.5s;
}

#bt-enviar:hover{
  background: #017288;
  cursor: pointer;

  transition: all 0.5s;
}

.dados{
  text-align: left;
  width: 400px;
  display: inline-block;
  padding: 30px 40px;
  vertical-align: top;
}

.dados .icon{
  width: 32px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.dados .fas{
  font-size: 20px;
  color: #017288;
}

.dados .text{
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}

#copy{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  font-size: 12px;
}

/*mobile*/
#mobile-menu{
  display: none;
  font-size: 32px;
  color: #fff;
  padding: 23px 10px 0 0;
  float: right;

}

#menu-m{
  display: none;
}

#spacem{
  width: 100%;
  height: 50px;
  background: #eee;
}

#agcontent{
    width: 100%;
    padding: 15px 0;
}

.agenda{
    color: #fff;
    background: rgba(0,0,0,.3);
    width: 278px;
    height: 280px;
    padding: 20px;
    border-radius: 4px;
    line-height: 22px;
    font-size: 14px;
}

.agenda-img{
    background-image: url(../images/cacheados.png);
    background-size: cover;
    width: 318px;
    height: 320px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
}

.agenda-img1{
    background-image: url(../images/cacheados1.jpg);
    background-size: cover;
    width: 318px;
    height: 320px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
}

.agenda-img2{
    background-image: url(../images/cacheados2.jpg);
    background-size: cover;
    width: 318px;
    height: 320px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
}

.agenda-img3{
    background-image: url(../images/cacheados3.png);
    background-size: cover;
    width: 318px;
    height: 320px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
}

.agenda-img4{
    background-image: url(../images/cacheados4.png);
    background-size: cover;
    width: 318px;
    height: 320px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
}

.agenda .fas,.agenda .far,.agenda .fab{
    width: 20px;
    text-align: center;
}

h3{
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  #scursos .cat-image{

  background-position: center -70px ;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}  
    
    
#bt-newsletter{
  padding: 13px 20px 14px 20px;
}    
    
    
.sel{
    min-width: 100%;
}
    
  #spacem{
    position: relative;
    width: 100%;
    height: 150px;
  }

  #spacem2{
    position: relative;
    width: 100%;
    height: 360px;
  }

  #m1{
    line-height: 35px;
  }

  #menu, #menu-m{
    display: none;
  }

  #mobile-menu{
    display: block;
  }

  .content{
    width: 100%;
  }

  #logo{
    width: 100px;
    padding: 10px;
  }

  header{
    background: #017288;
  }

  #menu-m{
    width: 100%;
  }

  #menu-m ul li{
    display: block;
    padding: 15px;

    transition: all 0.3s;
  }
  /*banner*/
  #home{
    height: 70px;
  }
  .rslides li{

    height: 250px;
  }
  .bn1, .bn2{
    background-position: left;
  }

  .rslides1_nav{
    display: none;
  }

  /*curling classes*/
  #scursos {
    position: relative !important;
    width: 100%;
  }

  #scursos .cat-image, #scursos .cat-image2, #sworkshop .cat-image{
    position: relative !important;
    width: 100% !important;
    height: 200px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    left: 0;
  }



  #workshop{
    position: relative !important;
    margin: 110px 0 0 0 !important;
    width: 100%;
    height: 50px;
  }

  #scursos .cat-text, #sworkshop .cat-text{
    position: relative !important;
    width: 90% !important;
    padding: 5% !important;
    margin: 0 !important;
  }

  #newsletter .campo{
    width: 45% !important;
    font-size: 14px;
  }

  #sobre{
    margin: 0px 0 0 0 !important;
    width: 90% !important;
    padding: 5% !important;
    z-index: -100;
  }

  .form-contato{
    display: block !important;
    width: 90%;
    padding: 0 5%;
  }

  #contatos .campo, textarea{
    width: 90%;
    padding: 10px 5%;
  }

  #bt-enviar{
    width: 100%;
    border-radius: 4px;
    padding: 20px 0;
  }

  footer .dados{
    margin: 30px 0 0 0;
    width: 90%;
    padding: 0 5%;
  }

  iframe{
    width: 100% !important;
  }

  #ckb{
    margin: 10px 0;
    float: none !important;
  }

  .btcn{
    

  }

  #workshop, #sworkshop{
    position: relative;
    z-index: -99;
  }
  
  
    #sworkshop{
    z-index: 1 !important;
    height: 650px;
    padding-bottom: 15px;
    background: #fff;
  }

  .sbm1{
    margin: 10px 0 0 0 !important;
  }

  .mod2{
    position: relative;
    z-index: -2;
  }
}
