.scrollContainer {
    max-width: 1740px;
    margin: auto;
}

.cardsRowTitle, .experienceCards, .experienceCardsContainer, .clubCardsRow, .extrasRowTitle, .extrasRow, .appFaqs {
    max-width: 1368px;
    margin: auto;
}

/*Top Menu*/

.topMenuInternet {
    position: absolute;
    left: 15px;
    width: 100%;
    height: 65px;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 12px 54px 0 rgba(0, 0, 0, 0.06);
}

.fixedNav {
    width: 100%;
    top: 0px !important;
    left: 15px;
    position: fixed;
    overflow: hidden !important;
    z-index: 999;
}

.topMenuInternet .logoInternetContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.topMenuInternet ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 65px;
    margin-bottom: 0;
}

.topMenuInternet ul li {
    display: flex;
    margin-right: 45px;
}

.topMenuInternet ul li:last-child {
    margin-right: 0;
}

.topMenuInternet ul li a {
    color: rgba(24, 24, 24, 1);
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
}

.topMenuInternet a::after {
    display: none;
}

.topMenuInternet ul li a.generalButton {
    color: rgba(245, 245, 245, 1);
    padding-top: 12px;
    padding-bottom: 12px;
}

.topMenuInternet a img {
    max-width: 227px;
    width: 100%;
    height: auto;
}

.searchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93d663+0,80d687+100 */
    background: rgb(147, 214, 99);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d663', endColorstr='#80d687', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin-right: 15px !important;
    -webkit-border-radius: 50vw;
    -moz-border-radius: 50vw;
    border-radius: 50vw;
}

.searchButton span {
    color: rgba(255, 255, 255, 1);
}

/*Top Menu*/

/*Header Etapa 1 */

.headerClubWifi {
    height: 100vh;
    position: relative;
    padding-top: 18vh;
    z-index: 0;
    overflow: hidden;
}

.headerClubWifi h1 {
    color: rgba(147, 214, 99, 1);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 0;
}

.headerClubWifi h1 span {
    background: rgba(145, 214, 99, 1);
    color: rgba(255, 255, 255, 1);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 30px;
    margin-right: 16px;
    -webkit-border-radius: 50vw;
    -moz-border-radius: 50vw;
    border-radius: 50vw;
    position: relative;
    top: -5px;
}

.headerClubWifi h1 .logoClub {
    max-width: 500px;
    width: 100%;
}

.headerClubWifi p {
    font-size: 24px;
    line-height: 36px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
}

.headerClubWifi .imageWifi {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 1);
}

.headerClubWifi .imageWifi img {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-top: 16vh;
}

.mouseScrollContainer {
    width: 100%;
    height: 100px;
    position: absolute;
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(59, 69, 89, 1);
    border-radius: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.arrowdownmove {
    position: relative;
    left: 0;
    color: rgba(59, 69, 89, 1);
    font-size: medium;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes newTranslate {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/*Header Etapa 1 */

/*Wifi Header*/

.wifiHeader {
    position: relative;
    padding-top: 185px;
    overflow: hidden;
    z-index: 99;
    height: 100vh;
}

.wifiHeader .locationsContainer {
    overflow-x: visible;
    position: relative;
    z-index: 100;
    -webkit-border-top-right-radius: 24px;
    -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-topright: 24px;
    -moz-border-radius-bottomright: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.11);
}

.wifiHeader .locationsContainer .pillSearchContainer {
    background: rgba(255, 255, 255, 1);
    margin-top: 22px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
    width: calc(100% + 45px);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.wifiHeader .locationsContainer .pillSearchContainer h3 {
    font-size: 14px;
    line-height: 15px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
    margin-top: 21px;
    margin-bottom: 9px;
}

.wifiHeader .locationsContainer .pillSearchContainer input {
    border: solid 2px rgba(128, 214, 135, 1);
    border-right: none;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    position: relative;
    z-index: 9;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    padding: 18px 12px;
}

.wifiHeader .locationsContainer .pillSearchContainer .input-group-append::after {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 1000;
    background: rgba(128, 214, 135, 1);
    bottom: 1px;
}

.wifiHeader .locationsContainer .pillSearchContainer .input-group-append::before {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    right: 10%;
    top: 0;
    background: rgba(128, 214, 135, 1);
}

.wifiHeader .locationsContainer .pillSearchContainer button.btn-outline-secondary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93d663+0,80d687+100 */
    background: rgb(147, 214, 99);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d663', endColorstr='#80d687', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: none;
    position: relative;
    z-index: 10;
    padding: 8.5px 18px;
}

.wifiHeader .locationsContainer .modalLocationButton {
    color: rgba(59, 69, 89, 1);
    border: solid 2px rgba(128, 214, 135, 1);
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
    width: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.8px 12px;
}

.wifiHeader .locationsContainer .modalLocationButton span {
    color: rgba(147, 214, 99, 1)
}

.wifiHeader .locationsContainer .modalLocationButton::after {
    display: none;
}

.wifiHeader .mapContainer {
    position: relative;
    z-index: 9;
    padding: 0;
    background: rgba(151, 151, 151, 1);
}

.wifiHeader .mapContainer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.resultsColumn {
    max-height: 69vh;
    overflow: auto;
}

.resultsContainer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.resultsContainer::-webkit-scrollbar {
    width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.resultsContainer::-webkit-scrollbar-track {
    background: transparent;
}

.resultsContainer::-webkit-scrollbar-thumb {
    background: rgba(208, 208, 208, 1);
}

.resultsContainer::-webkit-scrollbar-thumb:hover {
    background: rgba(208, 208, 208, 1);
}

.resultItem {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(10, 10, 13, 0.07);
    margin-bottom: 16px;
}

.resultItem:last-child {
    margin-bottom: 0;
}

.iconResult span {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(145, 214, 99, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconResult span img {
    max-width: 22px;
    width: 100%;
}

.nameResult h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(59, 69, 89, 1)
}

.typeResult p, .distanceResult p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
}

.distanceResult {
    text-align: right;
}

.iconResultLocation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconResultLocation a::after {
    display: none;
}

.iconResultLocation span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    background: rgba(25, 136, 255, 1);
    -webkit-border-radius: 50vw;
    -moz-border-radius: 50vw;
    border-radius: 50vw;
    font-size: 20px;
}

.modalCityPickerClub .autocompleteListClub {
    position: absolute;
    top: 52px;
    left: 1px;
    z-index: 10000;
    background: rgba(255, 255, 255, 1);
    width: 98%;
    display: none;
}

.autocompleteListClub ul {
    list-style: none;
}

.autocompleteListClub ul li {
    margin-bottom: 0.5rem;
}

.autocompleteListClub ul li:first-child {
    margin-top: 0.5rem;
}

.cityList {
    padding-top: 0.5rem;
}

.cityList .cityListItem {
    margin-bottom: 0.5rem;
}

.modalCityPickerClub a {
    color: rgba(59, 69, 89, 1);
    font-size: 14px;
    line-height: 21px;
}

.modalCityPickerClub a::after {
    display: none;
}

.modalCityPickerClub .modal-dialog .modal-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modalCityPickerClub .modal-dialog .modal-header {
    padding-bottom: 0;
}

.modalCityPickerClub .modal-dialog .modal-body {
    padding-top: 0;
}

.mobileMapResults {
    overflow-x: hidden;
    background: rgba(246, 246, 246, 1);
}

.mobileTitle h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 20px;
    color: rgba(59, 69, 89, 1);
}

.mouseContainerMap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    z-index: 99;
    pointer-events: none;
    margin-top: 2rem;
}

.mouseContainerMap .mouseContainer {
    background: rgba(246, 246, 246, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 19px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    pointer-events: all;
}

.mouseContainerMap .mouseContainer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mouseContainerMap .mouseContainer a::after {
    display: none;
}

.mouseContainerMap .mouseContainer p {
    color: rgba(117, 120, 123, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-right: 8px;
}

.mouseContainerMap .mouseContainer .mouseShape {
    width: 15px;
    height: 26px;
    border: 2px solid #75787B;
    position: relative;
    -webkit-border-radius: 13.5px;
    -moz-border-radius: 13.5px;
    border-radius: 13.5px;
}

.mouseContainerMap .mouseContainer .mouseShape::after {
    content: "|";
    font-weight: 900;
    color: rgba(117, 120, 123, 1);
    font-size: 7.5px;
    position: absolute;
    left: 4.5px;
    animation: newTranslate 2s infinite;
}

/*Wifi Header*/

/*Scroll*/

.scrollContainer {
    overflow: hidden;
    padding-top: 10rem;
}

.scrollTitle {
    padding-top: 104px;
    padding-bottom: 40px;
    position: absolute;
    top: -10rem;
    width: 100%;
    max-width: 1740px;
    margin: auto;
}

.scrollTitleMobile {
    padding-top: 48px;
    padding-bottom: 48px;
}

.scrollTitle p, .scrollTitleMobile p {
    font-size: 28px;
    line-height: 28px;
    color: rgba(59, 69, 89, 1);
    font-weight: 300;
    margin-bottom: 8px;
}

.scrollTitle h2, .scrollTitleMobile h2 {
    margin: 0;
    font-size: 45px;
    line-height: 40px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
    margin-bottom: 40px;
}

.scrollContent {
    width: 300%;
    height: 50vh;
    display: flex;
    margin-bottom: 55px;
    overflow-y: visible;
}

.slideScroll {
    position: relative;
    width: 24.5%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideScroll::after {
    display: flex;
    align-self: center;
    max-height: 85px;
    content: "";
    width: 1px;
    background: rgba(190, 190, 190, 1);
    height: 85px;
    justify-content: flex-end;
}

.slideScroll:nth-child(4)::after {
    display: none;
}

.slideScroll .imageScroll {
    text-align: center;
}

.slideScroll .imageScroll img {
    max-width: 264px;
    width: 100%;
}

.slideScroll .descriptionScroll {
    text-align: left;
}

.slideScroll .descriptionScroll h2 {
    font-size: 28px;
    line-height: 42px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
}

.slideScroll .descriptionScroll p {
    font-size: 18px;
    line-height: 27px;
    color: rgba(59, 69, 89, 1);
    font-weight: 300;
}

.slideScroll .descriptionScroll p strong {
    font-weight: 700;
}

.progressScroll {
    position: absolute;
    bottom: 0;
    width: calc(91.5vw + 10px);
    z-index: 1000;
    max-width: 1740px;
    margin: auto;
}

.progressContainer {
    background: rgba(222, 222, 222, 1);
    height: 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.progressScroll .progressContainer .progressBar {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93d663+0,80d687+100 */
    background: rgb(147, 214, 99);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d663', endColorstr='#80d687', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.mobileSlide {
    margin-bottom: 70px;
}

.mobileSlide .imageScroll {
    text-align: center;
}

.mobileSlide .imageScroll img {
    max-width: 262px;
    width: 100%;
    margin-bottom: 41px;
}

.mobileSlide .descriptionScroll h2 {
    font-size: 24px;
    line-height: 32px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
}

/*Scroll*/

.experienceCard {
    background: rgba(255, 255, 255, 1);
    border: none;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.experienceCard .experienceIcon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.experienceCard .experienceIcon .experienceIconContainer {
    width: 81px;
    height: 81px;
    -webkit-border-radius: 50vw;
    -moz-border-radius: 50vw;
    border-radius: 50vw;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93d663+0,80d687+100 */
    background: rgb(147, 214, 99);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(147, 214, 99, 1) 0%, rgba(128, 214, 135, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93d663', endColorstr='#80d687', GradientType=0);
    /* IE6-9 */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -40px;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
}

.experienceCard .experienceIcon .experienceIconContainer img {
    max-width: 40px;
    width: 100%;
}

.experienceCard .experienceDescription {
    text-align: center;
    position: relative;
    top: -35px;
}

.experienceCard .experienceDescription h2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: rgba(59, 69, 89, 1);
}

.experienceCard .experienceDescription p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: rgba(59, 69, 89, 1);
}

/*Experience Cards*/

.experienceCards {
    padding-top: 48px;
    padding-bottom: 48px;
}

.experienceCards p {
    font-size: 28px;
    line-height: 28px;
    color: rgba(59, 69, 89, 1);
    font-weight: 300;
    margin-bottom: 8px;
}

.experienceCards h2 {
    margin: 0;
    font-size: 45px;
    line-height: 40px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
    margin-bottom: 40px;
}

/*Experience Cards*/

/*Cards*/

.cardsRowTitle {
    padding-top: 48px;
    padding-bottom: 24px;
}

.cardsRowTitle p {
    font-size: 28px;
    line-height: 28px;
    color: rgba(59, 69, 89, 1);
    font-weight: 300;
    margin-bottom: 8px;
}

.cardsRowTitle h2 {
    margin: 0;
    font-size: 45px;
    line-height: 40px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
    margin-bottom: 40px;
}

.wifiCard {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 16px;
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
}

.wifiCard .card-body {
    padding-left: 42px;
}

.wifiCard .card-body h2 {
    font-size: 28px;
    line-height: 42px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
}

.wifiCard .card-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(59, 69, 89, 1);
}

.wifiCard .imageCard {
    display: flex;
    justify-content: flex-end;
}

.wifiCard .imageCard img {
    max-width: 702px;
    width: 100%;
}

/*Cards*/

/*Extras*/

.extrasRowTitle {
    padding-top: 48px;
    padding-bottom: 48px;
}

.extrasRowTitle p {
    font-size: 28px;
    line-height: 28px;
    color: rgba(59, 69, 89, 1);
    font-weight: 300;
    margin-bottom: 8px;
}

.extrasRowTitle h2 {
    margin: 0;
    font-size: 45px;
    line-height: 40px;
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
    margin-bottom: 40px;
}

.extrasRow {
    padding-top: 57px;
    padding-bottom: 83px;
}

.extraContainer {
    cursor: pointer;
    margin-bottom: 32px;
}

.imageExtra {
    position: relative;
}

.imageExtra .extraContent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 146px;
    margin-bottom: 16px;
}

.imageExtra .extraContent .imgFront {
    position: absolute;
    max-width: 76px;
    width: 100%;
    z-index: 10;
    transform: translateY(-40px);
    transition: 200ms;
}

.imageExtra .extraContent .imgShadow {
    position: absolute;
    max-width: 156px;
    width: 100%;
    z-index: 9;
    transform: translateY(32px);
    transition: 200ms;
    opacity: 0.55;
}

.imageExtra .extraContent .imgBack {
    position: absolute;
    max-width: 226px;
    width: 100%;
    z-index: 8;
}

.titleExtra {
    text-align: center;
}

.titleExtra p {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: rgba(59, 69, 89, 1);
}

.totalplayTvExtra .imageExtra .extraContent .imgFront {
    max-width: 160px;
    transform: translateY(-10px);
}

.totalplayAppExtra .imageExtra .extraContent .imgFront {
    max-width: 102px;
    transform: translateY(-30px);
}

.totalplayAppExtra .imageExtra .extraContent .imgShadow {
    transform: translateY(18px);
}

.hogarSeguroExtra:hover .imageExtra .extraContent .imgFront {
    transform: translateY(-60px);
    transition: 200ms;
}

.hogarSeguroExtra:hover .imageExtra .extraContent .imgShadow {
    filter: blur(10px);
    transition: 200ms;
}

.totalplayTvExtra .imageExtra .extraContent .imgShadow {
    max-width: 216px;
}

.totalplayTvExtra:hover .imageExtra .extraContent .imgShadow {
    filter: blur(10px);
    transition: 200ms;
}

.totalplayTvExtra:hover .imageExtra .extraContent .imgFront {
    transform: translateY(-30px);
    transition: 200ms;
}

.totalplayAppExtra:hover .imageExtra .extraContent .imgFront {
    transform: translateY(-50px);
    transition: 200ms;
}

.totalplayAppExtra:hover .imageExtra .extraContent .imgShadow {
    filter: blur(10px);
    transition: 200ms;
}

/*Faqs*/

/*Faqs*/

.appFaqsTitles {
    text-align: center !important;
    margin-bottom: 23px;
}

.appFaqsTitles h2 {
    font-weight: 700;
    color: rgba(59, 69, 89, 1);
}

.appFaqs .faqsContainer .card {
    box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1)
}

.appFaqs .faqsContainer .card .card-header {
    border: none;
    background: rgba(245, 245, 245, 0);
}

.appFaqs .faqsContainer .card .card-header h2 button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appFaqs .faqsContainer .card .card-header h2 button::after {
    color: rgba(151, 151, 151, 1);
    top: 0;
}

.appFaqs .faqsContainer .card .card-header h2 button.collapsed::after {
    color: rgba(151, 151, 151, 1);
    top: 0;
}

/*Faqs*/

/*Max widths*/

/*Breakpoints Nuevo Internet*/

/*Minimals*/

/*Small devices (landscape phones, 576px and up)*/

@media (min-width:320px) and (max-width: 767px) {}

/*Medium devices (tablets, 768px and up)*/

@media (min-width:768px) and (max-width: 959px) {
    .pillSearchContainer {
        display: block;
    }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

/*Maximals*/

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .extraContainer {
        zoom: 0.7;
    }
    .headerClubWifi {
        padding-top: 21vh;
    }
    .scrollTitleMobile {
        text-align: center;
    }
    .scrollTitleMobile p {
        font-size: 20px;
        line-height: 28px;
    }
    .scrollTitleMobile h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .experienceCards {
        text-align: center;
    }
    .experienceCards p {
        font-size: 20px;
        line-height: 28px;
    }
    .experienceCards h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .experienceCard {
        margin-bottom: 80px;
    }
    .cardsRowTitle {
        text-align: center;
    }
    .cardsRowTitle p {
        font-size: 20px;
        line-height: 28px;
    }
    .cardsRowTitle h2 {
        font-size: 30px;
        line-height: 24px;
    }
    .experienceCard .experienceDescription h2 {
        font-size: 24px;
    }
    .experienceCard .experienceDescription p {
        font-size: 16px;
    }
    .wifiCard .card-body h2 {
        font-size: 18px;
    }
    .wifiCard .card-body p {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .wifiCard .card-body a {
        font-size: 16px;
    }
    .headerClubWifi h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .headerClubWifi p {
        font-size: 18px;
        line-height: 26px;
    }
    .pillSearchContainer {
        display: none;
    }
    .modalColumn {
        padding: 0 5px 0 15px;
    }
    .inputColumn {
        padding: 0 15px 0 5px
    }
}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .totalplayAppExtra {
        margin-top: 34px;
    }
    .extrasRowTitle {
        text-align: center;
    }
    .extrasRowTitle p {
        font-size: 20px;
        line-height: 28px;
    }
    .extrasRowTitle h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .scrollTitleMobile {
        text-align: center;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .scrollTitleMobile p {
        font-size: 20px;
        line-height: 28px;
    }
    .scrollTitleMobile h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .experienceCards {
        text-align: center;
    }
    .experienceCards p {
        font-size: 20px;
        line-height: 28px;
    }
    .experienceCards h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .cardsRowTitle {
        text-align: center;
    }
    .cardsRowTitle p {
        font-size: 20px;
        line-height: 28px;
    }
    .cardsRowTitle h2 {
        font-size: 30px;
        line-height: 24px;
    }
    .experienceCard .experienceDescription h2 {
        font-size: 24px;
    }
    .experienceCard .experienceDescription p {
        font-size: 16px;
    }
    .wifiCard .card-body h2 {
        font-size: 18px;
    }
    .wifiCard .card-body p {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .wifiCard .card-body a {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .topMenuInternet ul {
        justify-content: flex-end;
    }
    .experienceCard {
        margin-bottom: 80px;
    }
    .wifiCard .imageCard {
        justify-content: center;
    }
    .wifiCard .imageCard img {
        max-width: 100%;
    }
    .extrasRowTitle {
        text-align: center;
    }
    .extrasRowTitle p {
        font-size: 20px;
        line-height: 28px;
    }
    .extrasRowTitle h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .scrollTitle {
        text-align: center;
    }
    .scrollTitle p {
        font-size: 20px;
        line-height: 28px;
    }
    .scrollTitle h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .experienceCards {
        text-align: center;
    }
    .experienceCards p {
        font-size: 20px;
        line-height: 28px;
    }
    .experienceCards h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .cardsRowTitle {
        text-align: center;
    }
    .cardsRowTitle p {
        font-size: 20px;
        line-height: 28px;
    }
    .cardsRowTitle h2 {
        font-size: 30px;
        line-height: 24px;
    }
    .experienceCard .experienceDescription h2 {
        font-size: 24px;
    }
    .experienceCard .experienceDescription p {
        font-size: 16px;
    }
    .wifiCard .card-body h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .wifiCard .card-body p {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .wifiCard .card-body a {
        font-size: 16px;
    }
    .wifiHeader {
        height: auto;
        padding-top: 170px;
    }
    .wifiHeader .locationsContainer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: 0 9px 24px 0 rgb(0 0 0 / 11%);
    }
    .wifiHeader .locationsContainer .pillSearchContainer {
        width: 100%;
        box-shadow: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .wifiHeader .mapContainer {
        height: 45vh;
    }
    .wifiHeader .locationsContainer .pillSearchContainer .input-group-append::after {
        right: 13%;
        width: 20vw;
    }
    .wifiHeader .locationsContainer .pillSearchContainer .input-group-append::before {
        right: 13%;
        width: 20vw;
    }
    .scrollTitleMobile {
        text-align: center;
    }
    .appFaqsTitles h2 {
        font-size: 24px;
    }
    .scrollTitleMobile h2 {
        font-size: 30px;
    }
    .scrollTitleMobile p {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1200px) {
    .wifiHeader .locationsContainer .pillSearchContainer input {
        margin-left: 0px;
    }
    .wifiHeader .locationsContainer .pillSearchContainer button.btn-outline-secondary {
        left: 0;
    }
}

/* Samsung Galaxy S5 ----------- */

@media screen and (max-width: 360px) and (max-height: 640px) and (-webkit-min-device-pixel-ratio: 3) {}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {}

/* Galaxy S10 ----------- */

@media only screen and (min-device-height: 412px) and (min-device-width: 869px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3.5) {}

@media only screen and (min-device-height: 412px) and (min-device-width: 869px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3.5) {}

/* iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation: landscape) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation: portrait) {}

/*Pixel 2*/

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) {}

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) and (orientation: portrait) {}

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) and (orientation: landscape) {}

/*Pixel 2XL*/

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) {}

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: portrait) {}

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: landscape) {}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .topMenuInternet .generalButton {
        font-size: 12px;
        padding: 10px 7px !important;
    }
    .headerClubWifi {
        height: 100vh;
        padding-top: 29vh;
    }
    .wifiHeader .locationsContainer .pillSearchContainer .input-group-append::before {
        width: 20vw;
    }
    .wifiHeader .locationsContainer .pillSearchContainer .input-group-append::after {
        width: 20vw;
    }
}

/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* iPhone 6, 7, 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPhone 11 ----------- */

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .headerClubWifi {
        height: 100vh;
        padding-top: 22vh;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .hogarSeguroExtra .imageExtra .extraContent .imgFront {
        max-width: 63px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgShadow {
        max-width: 120px;
    }
    .headerClubWifi {
        padding-top: 23vh;
    }
    .wifiHeader {
        padding-top: 19vh;
    }
}

/* Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .topMenuInternet ul li {
        text-align: center;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgFront {
        max-width: 63px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgShadow {
        max-width: 120px;
    }
}

/* ----------- iPad Air----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .hogarSeguroExtra .imageExtra .extraContent .imgFront {
        max-width: 63px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgShadow {
        max-width: 120px;
    }
    .headerInternet .videoInternetContainer video {
        padding-top: 40vh;
    }
    .wifiHeader {
        padding-top: 17vh;
    }
    .wifiHeader .mapContainer {
        height: 50vh;
    }
}

/* Landscape */

@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .topMenuInternet ul li a {
        font-size: 12px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgFront {
        max-width: 63px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgShadow {
        max-width: 120px;
    }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .topMenuInternet ul li {
        text-align: center;
        margin-right: 10px;
        font-size: 13px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgFront {
        max-width: 63px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgShadow {
        max-width: 120px;
    }
}

/* Landscape */

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hogarSeguroExtra .imageExtra .extraContent .imgFront {
        max-width: 63px;
    }
    .hogarSeguroExtra .imageExtra .extraContent .imgShadow {
        max-width: 120px;
    }
}

/* ----------- Ana Movil" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 412px) and (max-device-width: 877px) and (-webkit-min-device-pixel-ratio: 2.5) {}

/* Portrait */

@media only screen and (min-device-width: 412px) and (max-device-width: 877px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2.5) {
    .headerClubWifi {
        height: 100vh;
    }
}

/* Landscape */

@media only screen and (min-device-width: 412px) and (max-device-width: 877px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2.5) {}

/* ----------- Ana Movil 2 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 393px) and (max-device-width: 851px) and (-webkit-min-device-pixel-ratio: 2.5) {}

/* Portrait */

@media only screen and (min-device-width: 393px) and (max-device-width: 851px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2.5) {
    .headerClubWifi {
        height: 100vh;
        padding-top: 22vh;
    }
}

/* Landscape */

@media only screen and (min-device-width: 393px) and (max-device-width: 851px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2.5) {}

/* Landscape */

@media only screen and (min-device-width: 360px) and (max-device-width: 612px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- Non-Retina Screens ----------- */

@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1701px) and (max-width: 2560px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1280px) and (max-height: 950px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1280px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Ana*/

@media screen and (max-width: 1440px) and (max-height: 900px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 720px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 950px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1920px) and (max-height: 1080px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1366px) and (max-height: 768px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1400px) and (max-height: 720px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Ipod*/

@media screen and (max-width: 320px) and (max-height: 568px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Breakpoints Nuevo Internet*/