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;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cont-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner {
  display: flex;
  position: relative;
  height: 300px;
  width: 300px;
}
.cont-planes {
  display: flex;
  position: relative;
  height: 100px;
  width: 300px;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cont-slider {
  padding: 0px 10px;
  width: 100%;
}
.swiper-slide {
  width: 210px;
}
.cont-plan {
  height: 67px;
  width: 200px;
  cursor: pointer;
  position: relative;
  background: #fff;
  margin: 0.5rem 0.4rem;
  padding: 1.5rem 0.5rem 1rem;
  color: #122A80;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.cont-plan .title {
  color: #0d3c43;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}


.cont-plan .title2 {
  color: #0d3c43;
  font-size: 1rem;
  text-transform: uppercase;
  /* display: block; */
  /* text-align: center; */
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: -10px;
}
.cont-plan .desc {
  font-size: 0.8rem;
  color: #0d3c43;
  text-align: center;
}
.cont-plan:hover, .cont-plan.active {
  background: #630EFC;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.cont-plan:hover .title, .cont-plan.active .title {
  color: #fff;
}
.cont-plan:hover .title2, .cont-plan.active .title2 {
  color: #fff;
}
.cont-plan:hover .desc, .cont-plan.active .desc {
  color: #630EFC;
}
.hide {
  display: none;
}
.filter {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.title-txt {
  display: flex;
  justify-content: left;
  width: 100%;
  padding: 10px 15px 0px;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #0d3c43;
  font-weight: bold;
}
.filter .title-txt {
  margin-bottom: 5px;
}

input[type="button"] {
  font-size: 15px;
  cursor: pointer;
  line-height: 25px;
  margin: 0 5px;
  font-family: Arial;
  text-align: center;
  border-radius: 0.25rem;
  display: inline-block;
  background: #D8D8D8;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border: 1px solid #ced4da;
}
.custom-select {
  display: inline-block;
  width: 270px;
  height: calc(1.2em + 0.75rem + 2px);
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d3c43;
  vertical-align: middle;
  background: url(../images/select.svg) no-repeat right 0.75rem center/8px 10px;
  /* background-color: #D8D8D8; */
  border: none;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}
.result {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.detail-result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.txtresult {
  font-size: 0.75rem;
  color: #0d3c43;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
}
input#result {
  background: #630EFC;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 30px;
  width: 180px;
  border-radius: 5px;
}
#result:hover {
  background: #630EFC;
}
.desc-result {
  color: #630EFC;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.cont-enlace {
  background-color: #ff5801;
  display: flex;
  position: relative;
  height: 44px;
  width: 300px;
  line-height: 44px;
}
.cont-enlace a {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 50%);
}
.cont-enlace:hover {
  background: #630EFC;
}
.cont-enlace:hover a {
  color: #fff;
}