@font-face {
  font-family: 'agmfont';
  src:  url('../fonts/agmfont.eot');
  src:  url('../fonts/agmfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/agmfont.ttf') format('truetype'),
    url('../fonts/agmfont.woff') format('woff'),
    url('../fonts/agmfont.svg#agmfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.section-video {
  background-color: #89a4fe;
}

.section-video h1 {
  color: #fff;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /* font-style: italic; */
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

.iframe-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  max-width: 1280px;
  margin: 0 auto;
  max-height: 720px;
}


.iframe-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 720px;
}

.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-center {
  text-align: center;
}

.icon {
  font-family: 'agmfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.banner {
  /* height: 685px;
  background-image: url('../img/header-bg.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; */
  max-height: 600px;
  overflow: hidden;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.foto-header {

}

.sm-listen {
  text-align: center;
  position: relative;
  z-index: 10;
}

.sm-listen a {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 5px;
}

@media screen and (min-width:640px) {
  .sm-listen {
    white-space: nowrap;
  }

}

@media screen and (max-width:640px) {
  .sm-listen a {
    display: block;
    padding: 10px;
    font-size: 1.8rem;
  }
  .foto-header-ctn {
    display: none;
  }
}

.banner-img {
  display: block;
  margin: 0 auto;
  position: relative;
  right: 360px;
  top: 140px;
}



.sm {
  color: #fff;
  background-color: #89a4fe;
  text-align: center;
}

.sm-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  /* font-style: italic; */
  letter-spacing: 5px;
  margin: 0 0 60px;
}

.sm-links {
  margin: 0 0 40px;
}


.sm a {
  color: #fff;
  padding: 25px;;
  font-size: 45px;
}
@media screen and (max-width: 1280px) {
  .sm-links a {
    /* padding: 8px 0;
    font-size: 35px;
    display: inline-block;
    margin: 0 20px; */
  }
}

.sm a:hover {
  color: #eef;
}

.sm-listen {
  margin: 0;
}

.sm-listen a {
  /* font-size: 1.8rem; */
}


.section-fullSite {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-fullSite a {
  padding: 8px 0;
  width: 400px;
  max-width: 95%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  border: 3px solid #89a4fe;
  color: #89a4fe;
  border-radius: 4px;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
}

.section-fullSite a:hover {
  color: #fff;
  background-color: #89a4fe;
}

.form-cadastre-se {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cadastre-se {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffbe52;
}

.cadastre-se h1 {
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}

.cadastre-se p {
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .cadastre-se p {
    font-size: 18px;
  }
}

form {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: 552px;
  height: 60px;
  margin: 20px auto 0;
}

.input-email {
  display: block;
  border: 0;
  margin: 0 !important;
  height: 100% !important;
  flex: 1;
}

.btn-enviar {
  /* background-color: #89a4fe; */
  background-color: #ff2712;
  color: #fff;
  border: 0;
  width: 140px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

/* form-mobile */
@media screen and (max-width: 640px) {
  form {
    flex-wrap: wrap;
    max-width: 90%;
  }
}

/* ===== Contato ===== */
footer {
  text-transform: uppercase;
  text-align: center;
  /* color: #89a4fe; */
  color: #fff;
  /* background-color: #00213a; */
  background-color: #222;
}

footer h1 {
  color: #fff;
  font-weight: bolder;
  /* font-style: italic; */
  text-transform: uppercase;
}

span {
  display: block;
  font-weight: bold;
}

.nome-contato {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .nome-contato {
    font-size: 16px;
  }
}

.num-contato {
  font-size: 2rem;
}

footer .sm-links {
  padding-top: 30px;
  margin: 0
}

footer .sm-links a {
  color: #ffbe52;
  font-size: 2.4rem;
  padding: 8px 8px 0;
}
/* =================== */






/*animações*/
@media screen and (min-width: 1014px) {
  .sm-listen a, .sm-links a {
    opacity: .80;
  }
}
.sm-listen a:hover, .sm-links a:hover {
  opacity: 1;
}
body {
  background-color: #e1e4e5;
}

header {
  max-width: 1280px;
  margin: 0 auto;
}

.banner {
  max-width: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.5%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin: 0 auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.padding-mini {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sm .sm-links a {
  font-size: 2rem;
}
