.bg-top {
  background: url("../images/bg-gray.png") top center no-repeat;
  background-size: 100% 100%;
}

.new-center {
  margin-top: 30px;
}
.new-center h1 {
  margin-top: 30px;
  font-size: 3em;
  font-style: italic;
  font-weight: 900;
}
.form {
  margin-top: 60px;
}
.form label {
  display: flex;
}
.form input {
  flex-basis: 100%;
  padding: 20px;
  margin: 15px;
  border-radius: 8px;
  border: 1px solid #00446c;
  font-size: 1em;
  background: transparent;
}
.terms {
  display: flex;
}
.terms .radio-terms {
  flex-basis: 60%;
  margin-top: 10px;
}
.radio-terms input {
  flex-basis: 20px;
}
.radio-terms span {
  margin-top: 10px;
}
.terms .text-terms {
  margin-top: 10px;
  flex-basis: 40%;
}
.button input {
  cursor: pointer;
  margin: 30px 0;
}
.button input:hover {
  background: #00446c;
  color: #fff;
}
.description {
  margin-top: 3px;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 10px;
  color: #111;
}
.bg-blue {
  background: #fff url("../images/bg-blue.png") top repeat-x;
  background-size: 1.5%;
}
.mapa {
  padding-top: 100px;
}
.mapa img {
  margin-bottom: 40px;
}
.line-pink {
  padding: 4px;
  background: #f91539;
  width: 70%;
  margin: 0 auto;
  height: 4px;
}
.novo-center {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.video {
  padding: 10px;
}
.video p {
  margin: 10px 0;
  color: #40444f;
}

.footer {
  padding: 50px 20px !important;
}

.copy {
  font-size: 0.875em;
}
.copy p {
  color: #014469;
  font-weight: lighter;
}
.social-media-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.social-media-footer a {
  padding: 0 10px;
  font-size: 1.5em;
  color: #005465;
}

/*******************************/
/********MEDIA QUERY **********/
/******************************/
@media (max-width: 60em) {
  .bg-top {
    background-size: cover;
  }
  .novo-center {
    width: 100% !important;
    max-width: 380px !important;
  }
  .text-terms p {
    font-size: 0.7em;
  }
  .description {
    width: 90%;
    padding: 30px;
  }
  .footer .col-3 {
    flex-basis: 100%;
  }
  .copy {
    width: 100%;
    margin: 10px;
  }
 .box-videos .col-2{
   flex-basis:100%;
    
 }
  .video iframe{
    width:100%;
    
  }
}
