@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
}

header {
  background-color: #04486f;
  height: 60px;
  padding: 10px 50px;
}

header img {
  max-height: 40px;
}

header a {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  float: right;
}

a:hover {
  text-decoration: none;
}

.main {
  background-image: url("../images/main-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

h1 {
  font-weight: 700;
}

h2, h3 {
  font-weight: 500;
}

b {
  font-weight: 500;
}

.section-1 {
  background-image: url("../images/morro1.png");
  background-position: top center;
  background-size: 450px;
  background-repeat: no-repeat;
  height: 620px;
  padding-top: 100px;
}

.section-1 input {
  border-radius: 0px;
  height: 40px;
  border: 0;
  margin-top: 25px;
}

.section-1 .form {
  background-image: linear-gradient(to right, rgb(124, 199, 204, .0), rgb(124, 199, 204));
  padding: 20px 40px;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.section-1 .form form {
  width: 90%;
  margin: auto;
}

.section-1 h2, .section-1 h3 {
  color: #fff;
  /* text-shadow: 2px 1px 1px #132355; */
}

.section-1 h2 {
  font-size: 40px;
  margin-top: 0;
  font-weight: 300;
}

.section-1 h3 {
  font-size: 30px;
  margin: auto auto 30px auto;
  max-width: 450px;
}

.section-1 h4 {
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
}

.section-1 h5 {
  font-size: 17px;
  margin-top: 5px;
  color: #000;
  font-weight: 300;
}

.section-1 h6 {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.section-1 p {
  color: #fff;
  width: 320px;
  margin: auto;
  font-size: 18px;
  margin-top: 20px;
}

.section-1 button {
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
  font-size: 22px;
  color: #fff;
  background-color: #f97c11;
  font-weight: 600;
  margin: 10px auto;
}

/* SECTION 2 */

.section-2 {
  padding: 30px 0;
}

.section-2 h2 {
  margin-bottom: 0;
  color: #174574;
}

.section-2 h3 {
  margin-top: 5px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #174574;
}

.section-2 h4 {
  height: 35px;
}

.section-2 p {
  font-size: 16px;
  font-weight: 400;
  max-width: 250px;
  margin: 20px auto 20px auto;
}

.section-2 img {
  width: 200px;
}

/* SECTION 3 */

.section-3 {
  padding: 30px 0;
}

.section-3 img {
  margin-bottom: 30px;
}

.section-3 .img-izq {
  width: 450px;
}

/* SECTION 4 */

.section-4 {
  color: #fff;
  padding: 30px 0;
}

.section-4 p {
  margin: 2px auto;
  font-size: 18px;
  /* text-shadow: 2px 1px 1px #132355; */
}

.section-4 h2 {
  margin-top: 0;
}

.section-4 h3 {
  margin-bottom: 5px;
  margin-top: 50px;
  font-weight: 300;
}

/* SECTION 5 */

.section-5 {
  padding: 30px 0;
  color: #fff;
}

.section-5 h2 {
  margin-bottom: 5px;
  color: #fff;
}

.section-5 h3 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 50px;
  color: #fff;
}

.section-5 h4 {
  text-align: left;
  font-size: 25px;
}

.section-5 ul {
  text-align: left;
  font-size: 18px;
  padding: 0;
}

.section-5 .text-der {
  width: 350px;
  margin-top: 100px;
}

/* SECTION 6 */

.section-6 {
  padding: 30px 0;
}

.section-6 p {
  font-size: 18px;
}

.section-6 .text-izq {
  width: 400px;
  margin: 10px 0 0 auto;
}

.section-6 .embed-responsive {
  border: 5px solid rgb(167, 169, 174, .5);
}

.section-6 a {
  background-color: #f97c11;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 50px;
  font-weight: 600;
}

/* Section 7 */

.section-7 {
  padding: 30px;
  background-color: #132355;
  color: #fff;
  height: auto;
}

.section-7 h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-7 ul {
  text-align: left;
  display: inline-block;
  margin: auto;
  font-size: 18px;
}

.section-7 ul li:before {
  content: '✓ ';
}

/* SECTION 8 */

.section-8 {
  padding: 30px 0;
}

.section-8 h2, .section-8 h4, .section-8 h5 {
  font-weight: 300;
}

.section-8 h3 {
  background-color: #132355;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 300;
}

.section-8 p {
  text-decoration: underline;
}

.section-8 a {
  background-color: #f97c11;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
}



/* PAGINA GRACIAS */

.bg-gracias {
  background-image: url("../images/gracias-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
}

.bg-gracias b {
  color: #fff;
}

.bg-gracias h1 {
  font-size: 40px;
  margin-top: 50px;
}

.bg-gracias h2 {
  margin-top: 0px;
}

.bg-gracias h4 {
  width: 60%;
  margin: auto;
}

.bg-gracias h5 {
  font-weight: 300;
}

.bg-gracias hr {
  height: 5px;
  background-color: #fff;
  width: 70%;
  margin: 20px auto;
}

.bg-gracias .contenedor {
  background-image: url("../images/contenedor.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  padding-top: 20px;
}

.bg-gracias button {
  background-color: #f97c11;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

/*responsive*/

@media screen and (max-width: 992px) {
  header a {
    padding: 10px 20px;
    border-radius: 20px;
    color: #00a8b4;
    background-color: #fff;
    float: right;
  }

  .section-1 {
    background-image: url("../images/morro-sin-promo.png");
   
  }
  /* section 1 */
  /* Section 3 */
  /* section 5 */
}

@media screen and (max-width: 768px) {
  .section-1 {
    height: auto;
    padding-top: 30px;
  }
  .section-1 .form {
    background: rgb(124, 199, 204, .7);
    padding: 20px 20px;
    margin-top: 20px;
  }
  .section-1 h3 {
    margin: 50px auto 30px auto;
  }
  /* Section 4 */
  .section-4 h2, .section-4 h3 {
    text-align: center;
    /* text-shadow: 2px 2px 4px #132355; */
  }
  /* Section 5 */
  
  .section-5 .text-der {
    width: 100%;
    margin-top: 10px;
  }
  .section-5 h4 {
    text-align: center;
    font-size: 20px;
  }
  .section-5 ul {
    text-align: center;
  }
  /* Section 6 */
  .section-6 h1 {
    font-size: 25px;
  }
  .section-6 .text-izq {
    width: 100%;
    text-align: center;
  }
  .section-6 .embed-responsive {
    margin-top: 20px;
  }
  /* PAGINA GRACIAS  */
  .bg-gracias {
    background-image: url("../images/gracias-mobile.jpg");
  }
  .bg-gracias h1 {
    font-size: 40px;
    margin-top: 20px;
  }
  .bg-gracias h4 {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 550px) {
  .bg-gracias .contenedor {
    background-image: none;
  }
}

@media screen and (max-width: 325px) {}