.contacto-info {
  margin: 0 auto;
}
.section-contacto {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.titulo {
  font-family: 'Raleway';
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: bolder;
}
.tyc{
  font-size: 10px;
  font-style: italic;
}
.promos {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: 3%;
}
.promo {
  width: 200px;
  background: #F3F3F3; 
  color: #F3F3F3;
  float: left;
  text-align: center;
  /* margin-bottom: 100px; */
  margin-bottom: 50px;
}
.eq{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4d066a;
}
.spnt{
  font-size: 15px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
}
.spnt:hover{
  color: black;
}
.deal {
  padding: 10px 0 0 0;
}
.deal span {
  display: block;
  text-align: center;
}
.deal span:first-of-type {
  font-size: 23px;  
}
.deal span:last-of-type {
  font-size: 13px;
}
.promo .price {
  display: block;
  width: 200px;  
  background: #292b2e;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
}
.promos ul {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #999999;
}
li {
  display: block;
  margin: 0;
}
.promos button {
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  padding: 10px 37px;
  margin: 10px auto;
}
.scale {
  transform: scale(1.2);
  -webkit-box-shadow: 0px 9px 23px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 9px 23px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 9px 23px -14px rgba(0,0,0,0.75);
  z-index: 1000;
}
.absolute{
  /* background-color: #EE0A2E!important; */
  background-color: #181818!important;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #AF812E, #F9F91F) 1;
}
.back{
width: 240px;
-webkit-box-shadow: 0px 9px 23px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 23px -14px rgba(0,0,0,0.75);
box-shadow: 0px 9px 23px -14px rgba(0,0,0,0.75);
}
.back .price{
  width: 240px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.an{
  /* background: linear-gradient(180deg, #F6082E 0%, #840A19 100%)!important; */
  background: #181818!important;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #FEFFA0, #F9F91F) 1;
}
.promo:hover{
-webkit-box-shadow: 0px 0px 10px 0px #181818;
-moz-box-shadow: 0px 0px 10px 0px #181818;
box-shadow: 0px 0px 10px 0px #181818;;
} 

.shadow{
  -webkit-box-shadow: 0px 0px 10px 0px #181818 ;
  -moz-box-shadow: 0px 0px 10px 0px #181818 ;
  box-shadow: 0px 0px 10px 0px #181818 ;
}

.w-20 {
width: 5rem;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.absolute {
  position: absolute;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mt-3 {
  margin-top: -.75rem;
}
.h-12 {
  height: 3rem;
}
.bg-purple-500 {
  --bg-opacity: 1;
  background-color: #4d066a;
  background-color: rgba(159,122,234,var(--bg-opacity));
}
.mt-6 {
margin-top: 1.5rem;
}
.justify-center {
  justify-content: center;
}
.flex {
  display: flex;
}
.text-white {
--text-opacity: 1;
color: #fff;
color: rgba(255,255,255,var(--text-opacity));
}
.fill-current {
  fill: currentColor;
}
.relative {
position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 1px) and (max-width: 576px) {
  .section-contacto {
    width: 100%;
    margin-left: 0;
    height: 100vh;
    border: none;
  }
  .titulo {
    font-family: 'Heebo';
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    margin: -10px 0px 0px 0px;
  }
  /* .img-logo-term {
    width: 50%;
    margin-top: 40px;
  } */

  .img-logo-term {
    width: 52%  !important;
    max-width: 317px  !important;
    margin: 0 0 0 -2%;
  }

  .login-div2 {
    width: 90%;
  }
  ul {
    margin-left: -30px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .back {
    width: 100%;
    float: none;
    margin: 0px 0px 20px 0px;
  }
  .back .price {
    width: 100%;
  }
  .promo .price {
    width: 100%;
  }
  .tyc {
    display: block!important;
  }
  .scale {
    transform: scale(1);
    width: 100%;
    float: none;
    margin: 0px 0px 20px 0px;
  }
  .promos {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }
  .contacto-info{
    width: 80%;
  }
  .absolute {
    box-shadow: none!important;
  }
}

@media (min-width: 1201px) and (max-width: 9999px) {
  .inside-sesion {
    width: 70%;
    margin-left: 25%;
    height: 100vh;
    border: 1.5px solid #525252;
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 1101px){
  body {
      width: 75%;
      max-width: 900px;
      margin: auto;
  }
}