@font-face {
    font-family: fontSite;
    src: url(../fonts/Neufreit-ExtraBold.woff);
}
@font-face {
    font-family: fontSite;
    src: url(../fonts/Neufreit-ExtraBold.woff);
    font-weight: bold;
}

@font-face {
    font-family: fontSite1;
    src: url(../fonts/Neufreit-ExtraBold.woff);
}
@font-face {
    font-family: fontSite1;
    src: url(../fonts/Neufreit-ExtraBold.woff);
}

* {
    font-family: fontSite;
}

#topbar {
    background-color: #009ee3;
}
#banner {
    padding: 0;
}
#infoProduct {
    background-color: #ff9563;
    padding: 20px 0;
}
#bora {
    background-image: url(../img/bora.jpg);
    background-size: cover;
    padding: 7% 0;
    /* transform: scale(1);
    animation: pulse-inserve 2s infinite; */
}
/* #bora {
    background-image: url(../img/fundo.png);
    background-size: cover;
    padding: 7% 0;
}
#bora .info h1{
    font-size: 3rem;
    font-weight: bolder;
    color: #FFF;
} */
#energy {
    background-image: url(../img/energia.jpg);
    background-size: cover;
    padding: 15% 0;
}
/* #energy {
    background-image: url(../img/+energia.jpg);
    padding: 8% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
#energy .info {
    padding-right: 5%;
    text-align: right;
}
#energy .info h1 {
    font-size: 2.6rem;
    color: #FFF;
    font-weight: bolder;
}
#energy .info p {
    font-size: 140%;
    margin: 0;
    color: #FFF;
    font-weight: bolder;
} */
#treine {
    background: url(../img/treine.jpg);
    background-position: center;
    background-size: cover;
    background-color: #323232;
    padding: 20px 0;
}
#treine .video {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 15%;
}
#treine .video iframe {
    width: 560px;
    height: 315px;
}
#treine .video a {
    background-color: #4a97cb;
    color: #FFF;
    font-weight: bolder;
    position: absolute;
    padding: 15px 30px;
    font-size: 130%;
    border-radius: 50px;
    margin-top: 22rem;
    margin-left: 25rem;
}
#treine .video a:hover {
    background-color: #3788be;
    box-shadow: 3px 4px 14px 0px rgba(0,0,0,0.75);
}
@media only screen and (max-width: 675px) {
    #treine .video a {
        margin-top: 21rem;
        margin-left: 21rem;
    }
}
@media only screen and (max-width: 605px) {
    #treine .video a {
        margin-top: 21rem;
        margin-left: 17rem;
    }
}
@media only screen and (max-width: 542px) {
    #treine .video a {
        font-size: 100%;
        margin-top: 20rem;
        margin-left: 0rem;
    }
}
#takeYour {
    padding: 0;
}
#subscribe {
    font-family: fontSite1;
    padding-top: 0;
    background-color: #353535;
}
#subscribe input {
    width: 100%;
    border-radius: 10px;
    outline: none;
    padding: 5px 0 5px 10px;
}
#subscribe button {
    background-color: #ff9563;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 7px 15px;
    border: 0;
    left: 90%;
}
@media only screen and (max-width: 800px) {
    #subscribe button {
        left: 85%;
    }
}
@media only screen and (max-width: 767px) {
    #subscribe input {
        margin-bottom: 2%;
    }
    #subscribe button {
        margin-top: 2%;
        position: initial;
        width: 100%;
        padding: 10px;
        font-size: 110%;
    }
}
#footer {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #ff9563;
}
#footer h5 {
    color: #fff;
    font-weight: bolder;
}
#footer .social-links a {
    font-size: 150%;
    padding: 0 3.5px;
    color: #fff;
    font-weight: bolder;
}

#footer .links {
    display: flex;
    justify-content: space-around;
}
#footer .links a {
    justify-content: space-between;
    color: #fff;
    font-weight: bolder;
    border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 420px) {
    #footer .links a {
        font-size: 75%;
    }
}

/* box-shadow: 0 0 0 0 rgba(0, 0, 0, 1); */
@keyframes pulse-shadow {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@keyframes pulse-inserve {
	0% {
		transform: scaleY(1);
	}

	70% {
		transform: scaleY(1.1);
	}

	100% {
		transform: scaleY(1);
	}
}