/**
* Template Name: WeBuild - v4.5.0
* Template URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 3px;
	color: #000;
	text-shadow: 1px 1px 1px #383838;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin-top: -20px;
  max-height: 30px;
}
#header .contact-link a {
	color: #FFF;
	padding-right: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600; 
}
#header .contact-link a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 24px;
    padding: 8px 0;
  }
#header .contact-link a {
	color: #FFF;
	padding-right: 4px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600; 
}
#header {
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("/_assets/img/bgk.jpg") top center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
  /* countdown */
}
#hero .logo img {
  padding: 0;
  margin-top: -20px;
  max-height: 300px;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #000;
	text-shadow: 2px 2px 2px #000;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
  	color: #000;
}
#hero p {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
	text-shadow: 1px 1px 1px #383838;
}
#hero .countdown {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 56px;
  margin: 30px 0 60px 0;
}
#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hero .php-email-form input {
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 15px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}
#hero .php-email-form button[type=submit] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #4f92af;
  color: #fff;
  background: #4f92af;
}
#hero .php-email-form button[type=submit]:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .php-email-form input {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  #hero .countdown {
    font-size: 32px;
    line-height: 38px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fafc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #D71209;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #D71209;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
}
.contact .contact-info address, .contact .contact-info p {
  margin-bottom: 0;
  color: #444;
}
.contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #000;
}
.contact .contact-info a {
  color: #000;
}
.contact .contact-info a:hover {
  color: #CC0;
}
.contact .contact-address, .contact .contact-phone, .contact .contact-email {
  margin-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #FF0;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4f92af;
}
.contact .php-email-form button[type=submit] {
  background: #000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #CC0;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address, .contact .contact-phone, .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #000;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
	color: #CCC;
}
.social ul {
}
.social li {
	display:inline;
	margin-right: 35px;
	margin-top: 0;
	margin-left: -30px;
}
.social li a i {
	font-size: 26px;
	color: #FFF;
}
.social li a:hover i {
	color: #000;
}


 /* ---------------------- GALERIA ------------------------------- */

/* line 1, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area {
  overflow: hidden;
  /*background-color:#000;*/
} 

/* line 3, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
	.gallery_area .single_gallery {
	  position: relative;
	  float: left;
	  overflow: hidden;
	  box-sizing: border-box;
	  margin: 5px;
	}
@media (max-width: 767px) {
  /* line 3, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    height: auto;
    border: none;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    height: auto;
    border: none;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 3, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    /*max-height: 320px;*/
  }
}

/* line 22, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .hover_pop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  text-align:center;
}

/* line 29, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .hover_pop a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 48px;
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 14;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.gallery_area .single_gallery .hover_pop i{
	font-size: 48px;
	color:#FFF;
	display:none
}
.gallery_area .single_gallery .hover_pop:hover i{
	font-size: 48px;
	color:#FFF;
	margin-top: 50%;
	display:inline-block;
}
/* line 47, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery .hover_pop:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: #FF1414;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 8;
  opacity: 0;
}

/* line 62, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 68, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery.small_img {
  width: 30%;
}

@media (max-width: 767px) {
  /* line 68, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.small_img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.small_img {
    width: 50%;
  }
}

.gallery_area .single_gallery.big_img{
    width:calc(16.666% - 10px);
}

@media (max-width: 767px) {
  .gallery_area .single_gallery.big_img {
    width: calc(100% - 10px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery_area .single_gallery.big_img {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  /* line 77, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.big_img {
    width: 100%;
  }
}

/* line 96, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover .hover_pop:before {
  opacity: .4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 100, ../../Arafath/CL/Cl November/227. Health _ Fitness/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover .hover_pop a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* HEADER */
#header .container-fluid{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    position:relative !important;
}

/* SOCIAL ICONS */
#header .logo .social{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:16px !important;
}

#header .logo .social li{
    display:flex !important;
    margin:0 !important;
    padding:0 !important;
}

#header .logo .social li a i{
    font-size:28px !important;
    color:#fff !important;
}

/* MENU DESKTOP */
#header .contact-link{
    display:flex !important;
    align-items:center !important;
    gap:30px !important;
}

#header .contact-link a{
    color:#fff !important;
    padding:0 !important;
}

/* BOTÃO MOBILE */
.mobile-menu-btn{
    display:none !important;
    color:#fff !important;
    font-size:36px !important;
    cursor:pointer !important;
}

/* MOBILE */
@media(max-width:768px){

    .mobile-menu-btn{
        display:block !important;
    }

    #header .contact-link{
        display:none !important;
        position:absolute !important;
        top:55px !important;
        right:15px !important;
        background:rgba(0,0,0,.92) !important;
        padding:18px 24px !important;
        border-radius:12px !important;
        flex-direction:column !important;
        gap:16px !important;
        z-index:99999 !important;
    }

    #header .contact-link.active{
        display:flex !important;
    }
}
/* ===== CORREÇÃO FINAL HEADER MOBILE ===== */

#header .social ul{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    gap:12px !important;
    align-items:center !important;
}

#header .social li{
    display:block !important;
    margin:0 !important;
}

#header .social li a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

#header .social li a i{
    font-size:28px !important;
    color:#fff !important;
}


/* botão hamburguer */
.mobile-menu-btn{
    display:none;
    font-size:34px;
    color:#fff;
    cursor:pointer;
    line-height:1;
    z-index:99999;
}


/* desktop */
#header .contact-link{
    display:flex;
    gap:25px;
    align-items:center;
    justify-content:flex-end;
}

#header .contact-link a{
    color:#fff !important;
}


/* mobile */
@media(max-width:768px){

/* HEADER */
#header .container-fluid{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    position:relative !important;
}

/* SOCIAL ICONS */
#header .logo .social{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:16px !important;
}

#header .logo .social li{
    display:flex !important;
    margin:0 !important;
    padding:0 !important;
}

#header .logo .social li a i{
    font-size:28px !important;
    color:#fff !important;
}

/* MENU DESKTOP */
#header .contact-link{
    display:flex !important;
    align-items:center !important;
    gap:30px !important;
}

#header .contact-link a{
    color:#fff !important;
    padding:0 !important;
}

/* BOTÃO MOBILE */
.mobile-menu-btn{
    display:none !important;
    color:#fff !important;
    font-size:36px !important;
    cursor:pointer !important;
}

/* MOBILE */
@media(max-width:768px){

    .mobile-menu-btn{
        display:block !important;
    }

    #header .contact-link{
        display:none !important;
        position:absolute !important;
        top:55px !important;
        right:15px !important;
        background:rgba(0,0,0,.92) !important;
        padding:18px 24px !important;
        border-radius:12px !important;
        flex-direction:column !important;
        gap:16px !important;
        z-index:99999 !important;
    }

    #header .contact-link.active{
        display:flex !important;
    }
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

/* ================= HEADER FINAL ================= */

#header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 20px 0;
	z-index: 9999;
}

#header .container-fluid {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

/* SOCIAL */
#header .logo .social {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
}

#header .logo .social li {
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
}

#header .logo .social li a i {
	font-size: 28px !important;
	color: #fff !important;
}

/* MENU DESKTOP */
#header .contact-link {
	display: flex !important;
	align-items: center !important;
	gap: 30px !important;
}

#header .contact-link a {
	color: #fff !important;
	padding: 0 !important;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}

/* IDIOMAS */
#header .idiomas {
	position: absolute !important;
	top: 8px !important;
	right: 15px !important;
	left: auto !important;
	z-index: 10000 !important;

	font-size: 14px !important;
	font-weight: 700 !important;
	color: #fff !important;

	text-shadow: 1px 1px 3px #000 !important;
}

#header .idiomas span {
	color: #fff !important;
}

#header .idiomas a {
	color: #dc3545 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 3px #000 !important;
}

/* BOTÃO MOBILE */
.mobile-menu-btn {
	display: none !important;
	color: #fff !important;
	font-size: 36px !important;
	cursor: pointer !important;
	line-height: 1;
	z-index: 99999;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

	#header {
		height: 80px;
		padding: 10px 0;
	}

	#header .idiomas {
		top: 8px !important;
		right: 15px !important;
		font-size: 12px !important;
	}

	.mobile-menu-btn {
		display: block !important;
		position: absolute !important;
		top: 40px !important;
		right: 15px !important;
	}

	#header .logo .social {
		margin-top: 25px !important;
	}

	#header .contact-link {
		display: none !important;
		position: absolute !important;
		top: 55px !important;
		right: 15px !important;
		background: rgba(0,0,0,.92) !important;
		padding: 18px 24px !important;
		border-radius: 12px !important;
		flex-direction: column !important;
		gap: 16px !important;
		z-index: 99999 !important;
	}

	#header .contact-link.active {
		display: flex !important;
	}

	#header .contact-link a {
		font-size: 12px !important;
		color: #fff !important;
	}
}
