body {
  margin: 0;
  padding: 0;
  background-color: #ECECEC;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(100% + 0.5vw);
  color: rgba(0,0,0,0.9);

}


header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5%;
  height: 70px;
  color: white;
  /* background-color: #07445A; */
  background-color: #4267B2;
}

.headerGracias {
  justify-content: center;
  text-align: center;
}


header h1 {
  font-size: 1.2em;
}

header ul {

}

header li, a {
  margin: auto 5px;
  display: inline-block;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
}

.seccion {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  background-color: white;
  text-align: center;
  overflow: auto;
}

.intro {
  padding: 0px 15px 25px 15px;
  box-sizing: border-box;
}

.content-wrapper {
  margin: 75px auto 0px auto;
  padding: 0 75px;
  max-width: 960px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.7em;
  font-family: 'Roboto', Georgia, sans-serif;
  overflow: hidden;
}

h2 {
  font-size: 2em;
}

.tagline {
  font-size: 1.2em;
  font-weight: 700;
}


.loguito {
  height: 1em;
}


.imagenIntro {
  display: block;
  margin: auto;
  max-width: 75%;
  border: 1px solid gray;
}

.logo {
  display: block;
  margin: auto;
  max-width: 75%;
}

.ilustrativa {
  display: inline-block;
  max-width: 40%;
  float: right;
}

.headlineAzul {
  background-color: #4267B2;
  color: white;
  padding: 40px 10px;
}

.headlineNegro {
  background-color: rgba(0,0,0,0.7);
  color: white;
  padding: 40px 10px;
}

.negocios li {
  margin-bottom: 1.2em;
}

/*
.button {
  display: block;
  width: 75%;
  margin: 65px auto;
  padding: 35px 60px;
  background: #ffcc2f;
  color: #252321;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400;
  transition-duration: 0.3s;
  text-align: center;
}


.button:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
*/

.button {
  display: block;
  width: 75%;
  margin: 65px auto;
  padding: 35px 60px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;

  background: #ffcc2f;
  color: #252321;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  transition: 250ms;
}




.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 250ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  max-width: 960px;
  position: relative;
  transition: all 250ms ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 85%;
}

input {
  padding: 10px;
  line-height: 1.4em;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
}

.popupitem {
  margin: 10px;
}

.radio {
  font-size: 0.8em;
}

.popupheadline {
  font-size: 1.1em;
  width: 75%;
  line-height: 1.5em;
}


#stripeForm {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}

button.stripe-button-el {
  margin: 20px auto;
  padding: 25px;
  width: 100%;
  background: #ffcc2f;
  color: #252321;
  border-radius: 4px;
  border: solid 1px #dbaf27;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

button.stripe-button-el span {
  color: #252321;
  font-size: calc(150% + 0.5vw);
  text-shadow: none;
  background: none;
  background-image: linear-gradient(#ffcc2f, #ffcc2f);
  box-shadow: none;
  border: none;
}

button.stripe-button-el:not(:disabled):active, button.stripe-button-el.active, button.stripe-button-el:not(:disabled):active span, button.stripe-button-el.active span {
 background: #ffcc2f;
 background-image: none;
 box-shadow: none;
 color: #252321;
}


@media screen and (max-width: 700px){
  .box{
    width: 85%;
  }
  .popup{
    width: 85%;
  }
  .seccion {
    width: 100%;
  }
  .content-wrapper {
    padding: 0 15px;
  }
  header ul {
    display: none;
  }
  header {
    justify-content: center;
    text-align: center;
  }

  .button {
    display: block;
    width: 90%;
    margin: 25px auto;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 400;
  }
}
