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;
    justify-content: center;
    flex-wrap: wrap;
}
.top {
  background-color: #404E68;
  cursor: pointer;
  position: relative;
  width: 300px;
  height: 50px;
  box-shadow: 0px 3px 5px 0px #a7a7a7;
}
.top img {
    max-height: 100%;
}
.banner {
    display: flex;
    position: relative;
    height: 160px;
    width: 300px;
}
.cont-cotizador {
    display: flex;
    position: relative;
    height: 340px;
    width: 300px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-head {
  position: relative;
  display: flex;
  width: 300px;
}
.ctn-plg-ctzn {
    position: absolute;
    top: -35px;
    left: 5px;
    width: 300px;
    z-index: 30;
}
.nvg-ctzn {
    filter: drop-shadow(0px 4px 2px rgb(0,49,94));
}
.innrnv-ctzn {
    clip-path: polygon(0px 0px, 100% 0px, 100% 60%, 50% 100%, 0% 60%);
    background: linear-gradient( 180deg, rgba(1,97,182,1) 0%, rgba(0,60,114,1) 100%);
    color: white;
    height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 290px;
    z-index: 100;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tt-ctzn {
    font-size: 16px;
    color: rgb(255,255,255);
    border-bottom: 2px solid rgb(255,255,255);
    top: 3px;
    position: relative;
}
.tt-ctzn- {
    font-size: 8px;
    color: rgb(255,255,255);
    position: relative;
    top: -1px;
}
.ctn-plg-ctzn- {
    position: absolute;
    top: -25px;
    left: 10px;
    width: 300px;
}
.nvg-ctzn- {
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.37));
}
.innrnv-ctzn- {
    clip-path: polygon(0px 0px, 100% 0px, 100% 60%, 50% 100%, 0% 60%);
    background: linear-gradient(180deg, rgba(1,97,182,1) 0%, rgba(0,60,114,1) 100%);
    background-color: silver;
    color: white;
    height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 280px;
    z-index: 100;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cotizador {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #B0B0B0;
    border-radius: 5px;
    padding: 25px 15px 5px;
    height: 330px;
    width: 280px;
}
.filter {
    display: block;
    margin: 5px 0;
}
.txt {
    font-size: 12px;
    margin-bottom: 2px;
}
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;
}
input.person {
    width: 65px;
}
input.tipo {
    width: 106px;
}
input.person.active, input.person:hover, input.person:focus, input.tipo.active, input.tipo:hover, input.tipo:focus {
    background: rgb(1,97,182);
    color: #fff;
    font-weight: bold;
}
.custom-select {
    display: inline-block;
    width: 225px;
    height: calc(1.2em + 0.75rem + 2px);
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("../images/select.svg") no-repeat right 0.75rem center/8px 10px;
    background-color: #D8D8D8;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.result {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.txtresult {
    font-size: 12px;
    color: #0161b6;
    font-weight: bold;
    margin-bottom: 2px;
}
input#result {
    background: #0161b6;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    width: 180px;
    border-radius: 50px;
}
#result:hover {
    background: #003c72;
}
.cont-enlace {
    background-color: #EE1D23;
    display: flex;
    position: relative;
    height: 50px;
    width: 300px; 
}
.cont-enlace a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.cont-enlace:hover {
    background: #b90208;
}