@font-face{
  font-family:"Argentum Sans";
  src:url("../font/ArgentumSans-Regular.ttf") format("woff"),
  url("../font/ArgentumSans-Regular.ttf") format("opentype"),
  url("../font/ArgentumSans-Regular.ttf") format("truetype");
}

*{
font-family: Argentum Sans;
font-style: normal;
font-weight: 600;
}

.wrapper {
  /* font-family: "Heebo", sans-serif; */
  background-color: #f2f2f2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  font-size: 1rem;
  font-weight: 300;
  min-height: 100vh;
}

.container {
  background-color: #D9D9D9;
  border-radius: 1em;
  padding: 2.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #1a1d4a;
  max-width: 350px;
}

.container + .container {
  margin-left: 4rem;
}

.btn--close {
  background-color: #fff;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  border: #fcf1f5 1px solid;
  border-radius: 50%;
  padding: 0.4em 0.8em;
}

.fa-times {
  color: gray;
}

.img__container {
  padding: 1em;
  border-radius: 100%;
  margin-bottom: 1.5em;
}

.img--phone {
  background-color: #282828;
  /* border: 4px solid #f3f3fb; */
}

.img--fire {
  background-color: #282828;
  /* border: 4px solid #fcf1f5; */
}

.pop__img {
  width: 60px;
}

.pop__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  line-height: 1.2;
  color: black;
}

.pop__text {
  margin-bottom: 2em;
  font-size: 12px;
  font-weight: 400;
}

button:focus,
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1a1d4a;
}

.btn__container {
  min-width: 260px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.btn {
  font-size: 0.8rem;
  border-radius: 2em;
  text-decoration: none;
  display: block;
  padding: 0.7em 2em;
}

.btn + .btn {
  margin-left: 1em;
}

.btn--light {
  color: #bf0e0e;
  font-weight: 400;
  border: 1px solid #bf0e0e;
}

.btn--light:hover {
  color: #fff;
  background-color: #bf0e0e;
}

.btn--accent {
  color: #fff;
  background-color: #27527D;
  font-size: 12px;
  font-weight: 400;
}

.btn--accent:hover {
  filter: brightness(115%);
}

.pop__form {
  width: 100%;
  margin-bottom: 1em;
}

.form__email {
  margin-bottom: 0.4em;
  border: 1px solid gray;
  border-radius: 1em;
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
}

.btn--form {
  width: 100%;
  border: none;
  cursor: pointer;
}

form > ::placeholder {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a1d4a;
}

.card-info {
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
}

.card-interaction {
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;
}

.card-asesor {
  min-width: 320px;
  max-width: 320px;
  min-height: 420px;;
}


.wfull {
  width: 100%;
}

.mb-1-em {
  margin-bottom: 1em;
}

.display-none {
  display: none;
}

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

  .card-info {
    min-width: 300px;
    max-width: 300px;
  }
  
  .card-interaction {
    min-width: 300px;
    max-width: 300px;
  }
  
  .card-asesor {
    min-width: 300px;
    max-width: 300px;
  }
  
}

@media screen and (max-width: 768px) {
  .wrapper{
    flex-wrap: wrap;
    flex-direction: column;
  }

  .mr25 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* body.swal2-shown > [aria-hidden="true"] {
	transition: 0.1s filter;
	filter: blur(10px);
} */

.swal2-container.swal2-center.swal2-backdrop-show {
  background: url('../img/thank.png');
  background-position: center top;
  background-size: 100% auto;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.banner-main {
  background-image: url('../img/banner-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; 
  min-height: 45vh;
  position: absolute;
}