*{
  margin: 0px;
  padding:0px;
}

/* FONTS */

@font-face{
  font-family:Apis-extraBold;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-ExtraBold.woff') format('opentype');
}
@font-face{
  font-family:Apis-bold;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-Bold.woff') format('opentype');
}
@font-face{
  font-family:Apis-regular;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-Regular.woff') format('opentype');
}
@font-face{
  font-family:Apis-medium;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-Medium.woff') format('opentype');
}

/* FIM FONTS */


/* HOME */

.corpo_home{
  background-color:#F7F7F7;
  font-family: Apis, sans-serif;
}

.section_1_home{
  min-height:800px;
  margin-top:-18%;
  background-image: url("../img/back_sec1_home.png");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center;
}

.div_texto_section_1_home{
  margin-top:35%;
}

.tt_section_1{
  font-family:Apis-regular;
  color:#fff;
  font-size:45px;
  line-height:40px;
}

.b_bold{
  font-family:Apis-extraBold;
}

.tt_section_2{
  font-family:Apis-regular;
  font-size:45px;
  text-align: center;
  color:#002883;
}


.section_3_home{
  min-height:800px;
  margin-top:-10%;
  background-image: url("../img/fundo_sec_3.png");
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
}

.p_section_3{
  width:45%;
  margin-top:40%;
  font-size:35px;
  color:#002883;
  font-family:Apis-extraBold;
  background-color:#ffffffbf;
  border-radius:50px;
  padding:5px;
}

.div_wrap_p_section_3{
  display:flex;
  justify-content: center;
}

.col_descktop_sec_3{
  display:block;
}
.col_mobile_sec_3{
  display:none;
}

.linha_img_modalidades{
  margin-top:5%;
}

.img_modalidades{
  width:100%;
}

.tt_section_4{
  font-family:Apis-regular;
  margin-top:8%;
  font-size:50px;
  text-align: center;
  color:#002883;
}

/*  SLIDE */

.div_wrap_slide_home{
  margin-top:5%;
  display:flex !important;
  justify-content:center !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}



.img_slide{
  width:70% !important;
}

.p_slide{
  margin-top:10px;
  font-size:18px;
  color:#002883;
  font-weight:500;
  font-family:Apis-medium;
}

/* FIM SLIDE */


.p_lorem{
  margin-top:4%;
  text-align:center;
}


.section_5_home{
  min-height:800px;
  margin-top:-5%;
  margin-bottom:100px;
  background-image: url("../img/fundo_sec5.png");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center;
}

.linha_tt_sec_5_home{
  margin-top:30%;
}
.link_sec_5_home{
  text-decoration:none !important;
}

.tt_sec_5_home{
  font-family:Apis-regular;
  font-size:50px;
  color:#002883;
  line-height:50px;
}

.btn_reserva_sec_5_home{
  margin-top:10%;
  width:90%;
  display:flex;
  justify-content: center;
  color:#fff;
  background-color:#07B774;
  padding:5px 10px 10px;
  border-radius:50px;
  font-size:30px;
  font-family:Apis-extraBold;
}

.tt2_sec_5_home{
  font-family:Apis-regular;
  margin-top:15%;
  font-size:50px;
  color:#fff;
}

.div_wrap_slide_eventos{
  margin-top:15%;
  background-color:#ffffff;
  width:100%;
  min-height:240px;
  padding:20px;
  border-radius:65px;
}

.img_tenis_player{
  width:100% !important;
}

.swiper-button-prev:after,.swiper-button-next:after{
  display:none;
}

.img_btn_prev{
  margin-left:-100px;
}

.img_btn_next{
  margin-left:100px;
}

.titulo_card{
  font-family:Apis-bold;
  color:#002883;
  margin-top:5%;
}
.p_card{
  font-family:Apis-regular;
  color:#002883;
}




/* FIM HOME */








/* RESPONSIVIDADE  */


@media (max-width:319px) {

}
@media (min-width:320px) and (max-width: 360px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }







}







@media (min-width:361px) and (max-width: 375px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }

}
@media (min-width:376px) and (max-width: 414px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }


}
@media (min-width:415px) and (max-width: 533px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }

}
@media (min-width: 534px) and (max-width: 575px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }

}
@media (min-width: 576px) and (max-width:744px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }

}
@media (min-width: 745px) and (max-width: 767px){

  .corpo_home{
    overflow-x: hidden !important;
  }

  .section_1_home{
    min-height:400px;
    margin-top:-30%;
    background-image: url("../img/vack_sec1_home_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .div_texto_section_1_home{
    margin-top:200px;
  }

  .tt_section_1{
    font-family:Apis-regular;
    color:#fff;
    font-size:20px;
    line-height:15px;
  }

  .tt_section_2{
    font-family:Apis-regular;
    font-size:25px;
    text-align: center;
    color:#002883;
  }

  .br_some{
    display:none;
  }

  .section_3_home{
    min-height:300px;
    margin-top:-10%;
    background-image: url("../img/fundo_sec_3_mobile.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p_section_3{
    width:45%;
    margin-top:40%;
    font-size:13px;
    color:#002883;
    font-family:Apis-extraBold;
    background-color:#ffffffbf;
    border-radius:50px;
    padding:5px;
  }

  .col_descktop_sec_3{
    display:none;
  }
  .col_mobile_sec_3{
    display:block;
  }

  .tt_section_4{
    font-family:Apis-regular;
    margin-top:10%;
    font-size:30px;
    text-align: center;
    color:#002883;
  }

  .linha_tt_sec_5_home{
    margin-top:0%;
  }
  .tt_sec_5_home{
    text-align: center;
    font-family:Apis-regular;
    font-size:30px;
    color:#002883;
    line-height:30px;
    margin-top:400px;
  }

  .section_5_home{
    min-height:200px;
    margin-top:-280px;
    margin-bottom:50px;
    background-image: url("../img/fundo_sec5_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .btn_reserva_sec_5_home{
    margin-top:10%;
    width:90%;
    display:flex;
    justify-content: center;
    color:#fff;
    background-color:#07B774;
    padding:5px 10px 10px;
    border-radius:50px;
    font-size:20px;
    font-family:Apis-extraBold;
  }

  .tt2_sec_5_home{
    text-align:center;
    font-family:Apis-regular;
    margin-top:0%;
    font-size:20px;
    color:#fff;
  }

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 992px) and (max-width: 800px){

}

@media (min-width: 1401px) and (max-width: 1920px){
	.section_1_home{
    min-height:1200px;
    margin-top:-18%;
    background-image: url("../img/back_sec1_home.png");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .section_5_home{
    min-height:1300px;
    margin-top:-5%;
    margin-bottom:100px;
    background-image: url("../img/fundo_sec5.png");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
  }


}

