input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
:root {
    --swiper-navigation-size: 25px !important;
}
:root {
    --swiper-theme-color: #000000 !important;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #0A2538;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.banner {
  width: 300px;
  height: 250px;
}
.cont-planes {
  width: 300px;
  height: 350px;
}
.desc-planes, .title span {
  display: none;
}
.planes {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
}
.title {
    color: #fff;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
}
.title span {
  color: #fff;
  font-size: 11px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -12px;
}
.plan {
    width: 110px;
    background: #219DF3;
    margin: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    padding: 15px 10px;
    border-radius: 5px;
}
.plan.active {
  background: #5BC500;
}
.cont-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.link {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 1rem;
    text-decoration: none;
    color: #0a2538;
    height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
}
.comparador {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    position: relative;
}
.cont-desc-plan {
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.name-plan {
    width: 122px;
    background: #5BC500;
    margin: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.price {
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
    width: 100%;
}
.plan1 .price, .plan1 .time, .plan1 .decos {
  border-right: 1px solid #C5CDD0;
}
.plan2 .price, .plan2 .time, .plan2 .decos {
  border-left: 1px solid #C5CDD0;
}
.cont-time {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.time {
    width: 100%;
    padding: 5px;
}
.txt1 {
    color: #0a2538;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 5px;
}
.txt2 {
    color: #0a2538;
    font-size: 13px;
    text-transform: uppercase;
}
.decos {
    color: #fff;
    width: 100%;
    margin: 10px 0;
}
.txt3 {
    font-weight: bold;
    font-size: 25px;
}
.txt4 {
    font-size: 13px;
}
.arrow {
    position: absolute;
    top: 34px;
    z-index: 1;
}
.back {
    position: absolute;
    left: 30px;
    color: #fff;
    font-size: 40px;
    top: -6px;
}