body {
    overflow-x: hidden;
}

header {
    width: 103%;
    background: #1e1f28;
}

.mobileMenu ul {
    position: relative;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.logoContainer {
    text-align: center;
}

.card {
    border-radius: 0px
}

.navbar-collapse {
    margin-top: 0px
}

.space-around {
    justify-content: space-around
}

.arrow {
    text-align: center;
    margin: 8% 0 0 0
}

.arrow-center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.invert {
    filter: invert(1)
}

.navbar-dark .navbar-toggler-icon {
    filter: invert(1)
}

.modal-button,
.modal-button:hover {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #38aac9;
    padding: 10px
}

.button-more,
.button-more:hover {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    background-color: #38aac9;
    font-weight: 500;
    font-family: inherit
}

a,
a:hover {
    color: #38aac9;
    text-decoration: none;
    background-color: transparent
}

.alink {
    border-bottom: solid 1px #38aac9;
    display: inline-block;
    padding-bottom: 1px
}

.navbar-dark .navbar-toggler {
    outline: 0
}

.body {
    background-image: linear-gradient(to right, rgb(30 30 37 / .5), rgb(30 30 37 / .5)), url(../img/pages/hogarSeguro/hogarseguro-home_video.png);
    background-size: cover;
    background-position: right center
}

.white-text {
    color: #fff
}

.mt0 {
    margin-top: 0 !important
}

.center {
    text-align: center
}

.nav-link,
.nav-link:hover {
    color: #5a5a5a;
    font-weight: 500
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: inherit;
    font-weight: 500
}

.button-plan,
.button-plan:hover {
    color: #212529;
    border: solid 2px #5cbcd5;
    padding: 5px 10px;
    text-transform: uppercase
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #1b1b1b00;
    border: 1px solid #59cbe8;
    border-radius: .25rem
}

.navbar {
    padding: 0;
    z-index: 2;
    margin-bottom: 20px;
    margin-top: 9rem
}

.container {
    width: 85%
}

.btn-custom,
.btn-custom:focus,
.btn-custom:hover {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    padding: 0 40px;
    box-shadow: none;
    color: #fff
}

.shape-bottom {
    position: absolute;
    top: -44px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg)
}

.shape-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 44px
}

.shape-bottom .shape-fill {
    fill: #fff
}

.hr {
    border: solid 1px #e4e4e4
}

.table-border {
    border: solid 1px #c3c3c3;
    border-radius: 4px
}

.w70 {
    width: 70%
}

.display-flex {
    display: flex;
    align-items: center
}

#video {
    min-width: 100%;
    min-height: 100%;
    width: 100%
}

.content {
    position: fixed;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    text-align: center
}

#content {
    display: block
}

.input {
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0 5px;
    font-size: 1rem;
    background: 0 0;
    border-bottom: solid 1px rgb(93 93 93);
    outline: 0;
    color: #fff
}

.input:focus {
    outline: 0
}

.submitButton {
    background: #1988ff;
    color: #fff;
    padding: 0 20px !important;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    text-align: center;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    outline: 0;
    height: 50px
}

#videoButton,
#videoButton:hover {
    width: 200px;
    font-size: 18px;
    border: none;
    color: #000;
    cursor: pointer;
    border: solid 0 #d8f9ff;
    background-color: #d8f9ff;
    text-align: center
}

.invert {
    filter: invert(1)
}

.btn-custom {
    background-color: #00b9de
}

.form {
    background-color: #1e1e24d4;
    padding: 20px 40px;
    color: #fff;
    border-radius: 4px
}

button,
button:active,
button:focus {
    outline: 0
}

.header-video {
    background-color: #fff;
    background-image: linear-gradient(to right, rgb(30 30 37 / .5), rgb(30 30 37 / .5)), url(../img/pages/hogarSeguro/hogarseguro-home_video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 300px
}

button.close,
button.close:hover {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #c5c5c5;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 10px
}

.modal-description {
    padding: 30px 50px 50px 50px
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0 solid rgb(0 0 0);
    border-radius: .3rem;
    outline: 0;
    padding: 0 10px 10px 10px
}

.close,
.close:hover {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 6px;
    outline: 0
}

.modal-dark {
    background-color: #101013
}

.modal-white {
    background-color: #fff
}

.modal-header {
    padding: 0 0
}

.box {
    padding-top: 80px;
    padding-left: 40px
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0 / 80%);
    text-transform: uppercase
}

.activacion {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    display: inline-block
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.mg0 {
    margin: 0 !important
}

.pg0 {
    padding: 0 !important
}

.left-text {
    padding: 60px 60px
}

.abs-center-text {
    left: 0;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%)
}

.abs-text {
    left: 0;
    right: 0;
    text-align: left;
    top: 60px
}

.abs-image {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: -15%
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    left: 100px;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    color: #000
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: 100px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 0;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%
}

.carousel-indicators li {
    background-color: #939494
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

.item:nth-child(1) {
    background: #74c390
}

.item:nth-child(2) {
    background: #51bce8
}

.item:nth-child(3) {
    background: #e46653
}

footer {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 13px;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #848484;
    background-color: #000
}

.footer {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 13px;
    padding-top: 20px;
    color: #848484;
    background-color: #000
}

.bg-verde {
    background-color: #dbe442
}

.bg-azul {
    background-color: #38aac9
}

.bg-rosa {
    background-color: #f04e98
}

.bg-green {
    background-color: #d8f9ff
}

.bg-morado {
    background-color: #5a3a8f
}

.bg-gris {
    background-color: #f0f5f1
}

.txt-verde {
    color: #dbe442
}

.txt-azul {
    color: #38aac9
}

.txt-rosa {
    color: #f04e98
}

.txt-gris {
    color: #f2f2f2
}

.txt-morado {
    color: #5a3a8f
}

.p14 {
    font-size: 14px
}

.bg-dark {
    background: #1e1e28;
    background: linear-gradient(90deg, #1e1e28 0, #1f1f1f 35%, #1e1e28 100%)
}

.bg-white {
    background: #fff;
    background: linear-gradient(90deg, #fff 0, #f2f2f2 47%, #fff 100%)
}

.mg0 {
    margin: 0 !important
}

.pg0 {
    padding: 0 !important
}

.f20 {
    font-size: 20px
}

body {
    font-family: Montserrat, sans-serif
}

.xtralight {
    font-weight: 200
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 500
}

.medium {
    font-weight: 500
}

.italic {
    font-style: italic
}

.bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

main {
    flex: 1 0 auto
}

.header {
    background-color: #000
}

.border {
    border: solid 4px #fff
}

.btn-red {
    background-color: #b22610
}

.btn-red:hover {
    background-color: #fac959;
    color: #000
}

.movil {
    display: none
}

.desktop {
    display: block
}

.cintillo {
    padding: 40px
}

.header-planes {
    background-color: #fff;
    background-image: url(../img/pages/hogarSeguro/hogarseguro-planes_header.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 250px
}

.header-contacto {
    background-color: #fff;
    background-image: url(../img/pages/hogarSeguro/hogarseguro-contacto_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px
}

.mt20 {
    margin-top: 20px
}

.site-header {
    padding: 20px 0;
    position: relative;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #1e1e26;
    -webkit-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
    box-shadow: 0 18px 35px 0 rgba(30, 30, 40, .3)
}

.site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInBottom 1s ease-in-out;
    animation: fadeInBottom 1s ease-in-out;
    z-index: 999
}

.display-flex-header {
    display: flex;
    align-items: center
}

.header-fixed {
    padding: 20px 0
}

.input-form,
.input-form:focus {
    border: none;
    height: 2rem;
    font-size: 14px;
    font-family: inherit;
    outline: 0;
    font-weight: 200;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

.flex {
    display: flex;
    align-items: center
}

.submit,
.submit:active,
.submit:focus,
.submit:hover {
    background-color: #38aac9;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 2rem;
    margin: 0;
    font-family: inherit;
    font-weight: 400
}

#modulo-movil {
    display: none
}

@media screen and (min-width:1000px) {
    .site-header.is-fixed {
        top: 0;
        width: 100%;
        background: #1e1e26;
        box-shadow: 0 18px 35px -8px rgba(30, 30, 40, .3)
    }
}

@media only screen and (max-width:1200px) {
    .abs-text {
        top: 80px
    }

    .left-text {
        padding: 30px 30px
    }
}

@media only screen and (max-width:992px) {
    .navbar-nav {
        text-align: center
    }

    .navbar-nav .nav-link {
        border-top: solid 1px #35353c38
    }

    .left-text {
        text-align: center
    }

    .display-flex-header {
        justify-content: space-around;
        max-width: 100%;
        display: block;
        text-align: center
    }

    .flex {
        display: inline-table
    }

    .linea {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .center-movil {
        text-align: center;
        margin-top: 30px
    }

    .form {
        margin-bottom: 30px;
        padding: 20px 25px
    }

    .carousel-caption {
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        left: 0;
        right: 0;
        text-align: left;
        top: 50%;
        transform: translateY(-100%);
        width: 50%;
        color: #000;
        font-size: 12px
    }

    .carousel-indicators {
        bottom: 0
    }

    .m-none {
        display: none
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 95%
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto
    }

    .abs-text {
        top: 80px
    }

    .app-logo {
        width: 120px;
        margin-bottom: 10px
    }

    .site-header {
        width: 100%
    }
}

@media (max-width:576px) {
    .m-white-txt {
        color: #fff
    }

    .button-plan,
    .button-plan:hover {
        color: #333;
        padding: 5px 10px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: center
    }

    .header-planes {
        background-position: right;
        padding-top: 150px;
        padding-bottom: 150px
    }

    .header-contacto {
        background-position: right;
        padding-top: 80px;
        padding-bottom: 80px
    }

    #carousel-model {
        display: none
    }

    #modulo-movil {
        display: block
    }
}

@media only screen and (max-width:600px) {
    .abs-center-text {
        left: 0;
        right: 0;
        text-align: left;
        top: 62%;
        transform: translateY(-50%)
    }

    .movil {
        display: block
    }

    .desktop {
        display: none
    }

    .display-flex {
        display: block
    }

    .content {
        position: absolute;
        bottom: 50%;
        color: #f1f1f1;
        width: 100%;
        padding: 0;
        left: 0;
        text-align: center
    }

    .box {
        padding-top: 60px;
        padding-left: 10px;
        text-align: center;
        padding-right: 10px
    }

    .btn-custom,
    .btn-custom:focus,
    .btn-custom:hover {
        font-size: 16px
    }

    .left-text {
        padding: 50px 30px;
        text-align: center
    }

    .abs-text {
        top: 25px
    }

    .abs-text h2 {
        font-size: 1.2rem
    }

    .h2 {
        font-size: 1rem
    }

    .carousel-caption h5 {
        font-size: 14px
    }

    .h4 {
        font-size: 1rem
    }

    .app-logo {
        width: 120px;
        margin-bottom: 10px
    }

    .qr {
        width: 120px
    }

    .carousel-indicators {
        bottom: -7px
    }

    .w-100 {
        width: 100% !important
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 30px;
        height: 30px
    }

    .cintillo {
        padding: 20px 20px 10px 20px
    }

    .input-form,
    .input-form:focus {
        font-size: 10px;
        width: 100%
    }

    .submit,
    .submit:active,
    .submit:focus,
    .submit:hover {
        width: 100%
    }
}

@media only screen and (max-width:400px) {
    .abs-text {
        top: 25px
    }

    .abs-text h1 {
        font-size: 1.2rem
    }
}

@media (min-width:1024px) and (max-width:1084px) {
    .navbar {
        margin-top: 14rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .navbar {
        margin-top: 18rem
    }
}

.ipadHidden{
    display: none;
}

.mat-input {
    margin: 2% auto;
    width: 100%;
}

.mat-input-outer {
    display: table;
    width: 100%;
    /*position: relative;*/
    background: transparent;
}

.mat-input-outer input {
    height: 50px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0 5px;
    font-size: 1rem;
    background: transparent;
    color: rgba(222, 226, 230, 1);
}

.mat-input-outer input:focus {
    border: none;
    outline: none;
}

.mat-input-outer label {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    left: 15px;
    position: absolute;
    top: 18px;
    transition: 0.2s;
    color: rgba(222, 226, 230, 1);
    cursor: text;
    font-weight: normal;
}

.mat-input-outer .border {
    height: 1px;
    background: rgba(222, 226, 230, 1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    border: none !important;
}

.mat-input-outer .border::before {
    content: " ";
    display: table;
    height: 1px;
    width: 0%;
    background: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: 0 auto;
}

.mat-input-outer input:focus ~ .border {
    background: rgba(222, 226, 230, 1);
}

.mat-input-outer input:focus ~ .border::before {
    width: 100%;
    background: transparent;
}

.mat-input-outer input + label.active {
    left: 5px;
    top: -10px;
    color: rgba(117, 120, 123, 1);
    opacity: 1;
    font-size: 0.875rem;
    filter: alpha(opacity=100);
}


.generalButton {
    background: rgba(25, 136, 255, 1);
    color: rgba(255, 255, 255, 1);
    padding: 10px 15px !important;
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
    text-align: center;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

.generalButton:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.generalButton:disabled {
    color: rgba(255, 255, 255, 1);
    background: rgba(224, 224, 224, 1);
}

.generalButton:after {
    display: none;
}

#cargadorLead {
    display: none;
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
    background-image: url(../../../assets/img/cargador1.gif);
    background-size: cover;
}

.pointer { cursor: pointer; }

/*new header*/
.custom_select_wrp {
    height: 40px;
    width: 150px;
    position: relative;
}
.custom_select{
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 40px;
}
.custom_select + .options{
    display: none;
    transition: all .2s linear;
    flex-direction: column;
    position: absolute;
    top: 40px;
    width: 100%;
}
.custom_select.showing{
    border-radius: 6px 6px 0 0;
}
.custom_select.showing + .options{
    display: flex;
    height: auto;
    border-radius: 0 0 6px 6px;
}
.custom_select.showing,
.custom_select.showing + .options {
    background-color: #2B303C;
    z-index: 99;
}
.options a{
    cursor: pointer;
    margin-bottom: 10px;
    height: max-content;
    color: #ffffff;
    font-size: 14px;
}
.options a::after{
    content: none;
}
.custom_select::selection,
.options a::selection{
    background: none;
}
.custom_select:before {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-size: 20px;
    font-weight: 600;
    color: #1689FF;
}
.custom_select.showing:before {
    content: "\f077";
} 
/*multilang selector & copys*/
[data-translate]{
    opacity: 0;
    transition: opacity .3s;
}
.translated[data-translate]{
    opacity: 1;
}
.custom_select.lang:before {
    position: absolute;
    right: 9px;
}
.custom_select.lang,
.custom_select.lang + .options{
    justify-content: center;
    align-items: center;
}
.bg-gradient-modal{
    background: -webkit-linear-gradient(180deg,#50608e 0,#474a5a);
    background: -moz-linear-gradient(to bottom,#50608e 0,#474a5a 100%);
    background: -ms-linear-gradient(to bottom,#50608e 0,#474a5a 100%);
    background: linear-gradient(180deg,#50608e 0,#474a5a);
}
/*boton cobertura*/
#btnChangeDir{margin-bottom: 0;}
.locationButton {
    cursor: pointer;
    position: relative;
    width: 325px;
    height: 36px;
}
.locationButton .matchCity {
    width: 100%;
    height: 65px;
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px 20px;
    background: -moz-linear-gradient(top, #323a54 90%,#323a54ba 96%, transparent 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #323a54 90%,#323a54ba 96%, transparent 100%);
    background: linear-gradient(to bottom, #323a54 90%,#323a54ba 96%, transparent 100%);
}
.locationButton .matchCity input{
    width: 100%;
    border: 2px solid #1689FF;
    border-radius: 7px;
}
.locationButton .matchCity input:focus-visible{
    outline: none;
}
.locationButton > a.showing ~ .matchCity {
    display: block;
}
.locationButton > a {
    border-radius: 11px;
    border: 2px solid #1689FF;
    font-size: 16px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.locationButton > a::selection{background: none;}
.locationButton > a:hover {
    color: rgba(255, 255, 255, 1);
}

.locationButton > a::before{
    content: "";
    width: 23px;
    height: 100%;
    position: absolute;
    left: 5px;
    background: url(/assets/img/nuevos/location.svg) no-repeat center/auto;
}
.locationButton > a:after{
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    display: block;
}
.locationButton > a.showing:after{
    content: "\f077";
}
.locationButton .options{
    display: none;
    position: absolute;
    width: 100%;
    height: 270px;
    flex-direction: column;
    align-items: start;
    overflow-y: auto;
    background: #323A54;
    box-shadow: 0 0 10px rgb(0 0 0 / 46%);
    border-radius: 10px;
    z-index: 999;
    padding: 60px 15px 15px;
}
.locationButton > a.showing + .options{
    display: flex;
}