

.langSelect {
    position: relative;
}
.altOpt {
    text-align: left;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 25px;
    width: 75px;
}
.altOpt a {
    transform: translateY(-22px);
    position: absolute;
}
.background {
/*
    height: 100vh;
    width: 100%;
*/
/*    background: #001c77ad !important;*/
}
.background.mapa {
        background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 59%, #e2e2e2 98%);
    background: -webkit-linear-gradient(45deg, #ffffff 59%,#e2e2e2 98%);
    background: linear-gradient(45deg, #ffffff 59%,#e2e2e2 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
}
.loader-container {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(120deg, #001c77 0, #0b5dcd 75%, #57d1c7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-main {
    pointer-events: none;
}
.loader-logo {
    position: absolute;
    height: 55px;
    margin-left: -10px;
}
.loader-ring {
    border: 1px solid #679ce8;
    border-radius: 900px;
    height: 150px;
    width: 150px;
    position: absolute;
    -webkit-animation: 4s ease-out infinite pulsateLogo;
    animation: 4s ease-out infinite pulsateLogo;
    opacity: 0;
    transform-origin: center;
}
.loader-ring2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.loader-ring3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.loader-ring4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes pulsateLogo {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsateLogo {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.logo2 {
    position: absolute;
    -webkit-animation: 2s ease-out infinite pulsateLess;
    animation: 2s ease-out infinite pulsateLess;
    transform-origin: center;
}
@-webkit-keyframes pulsateLess {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}
@keyframes pulsateLess {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}
.loaded {
    opacity: 0;
}
.whiteBg {
    opacity: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.map-container {
/*    position: absolute;*/
    top: 0;
    left: 0;
    height: 70vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


#home-container {
    position: relative;
    width: 1440px;
    margin: 0 auto;
}
#map {
    height: 100vh;
    display: flex;
    perspective: 2000px;
    position: inherit !important;
    width: 100vw;
    transform-origin: center;
    top: 0px;
    z-index: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#map-svg {
    min-width: 750px;
    width: 750px;
    height: auto;
    margin: 200px auto 0;
    transform-origin: center;
}

#map-container {
    display: flex;
    justify-content: center;
}
#home-container .hero-text h3,
#map-container .hero-text h3,
#services-container .hero-text h3,
#support-container .hero-text h3 {
    font-size: 4.3rem;
    font-weight: 100;
}
.services-title {
    opacity: 0;
    overflow: hidden;
}
.strong {
    font-family: "Gotham Pro Medium";
    font-weight: 500;
    display: inline-block;
}
.bold {
    font-family: "Gotham Pro Medium";
    font-weight: 500;
}
#home-container .sub-text {
    text-transform: uppercase;
    letter-spacing: 4.8px;
    font-size: 1.9rem;
    margin-top: -15px;
    margin-right: -4px;
    display: flex;
    justify-content: flex-end;
}
#home-container .sub-text div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#home-container .hero-text-container,
#map-container .hero-text-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#support-container .hero-text-container {
    height: 100vh;
    display: flex;
    justify-content: center;
}
#support-container .hero-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.support-title {
    opacity: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
#services-container .hero-text-container {
    display: flex;
    justify-content: center;
}
.desc {
    opacity: 0;
    font-size: 1.5rem;
}
.letter-spacing {
    letter-spacing: 0.5px;
}
#home-container .text {
    position: absolute;
    top: 72%;
    left: 10%;
    width: 345px;
    font-size: 1.8rem;
    opacity: 0;
}
.text-line {
    overflow: hidden;
    margin: 0;
}
#map-container .text-container {
    position: absolute;
    top: 65%;
    width: 100vw;
    display: flex;
    justify-content: center;
}
#support-container .text-container {
    width: 100vw;
    display: flex;
    justify-content: center;
}
#services-container {
    width: 100%;
    margin-top: -40px;
    max-width: 1500px;
    padding: 0 120px;
}
#support-container {
    max-width: 1500px;
    padding: 0 120px;
}
#services-container .text-container {
    top: 30%;
    display: flex;
    justify-content: center;
}
#services-container .infobox-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    width: 100%;
    grid-gap: 0 10px;
}
.lineParent {
    overflow: hidden;
}
#map-container .info-box {
    width: 500px;
    display: flex;
    flex-direction: row;
    font-size: 1.7rem;
}
img.antenna {
    height: 135px;
    max-width: none;
    opacity: 0;
}
#map-container .text {
    opacity: 0;
    width: 100%;
    margin-top: 30px;
}
#support-container .info-box {
    width: 350px;
    text-align: center;
    margin: 0 2vw;
}
#services-container .info-box {
    text-align: center;
}
#services-container .info-header,
#support-container .info-header {
    font-weight: 700;
    font-size: 2rem;
    overflow: hidden;
    opacity: 0;
}
#services-container .text,
#support-container .text {
    font-size: 1.3rem;
    opacity: 0;
    overflow: hidden;
}
#services-container .icon {
    height: 130px;
    opacity: 0;
}
#support-container .icon {
    height: 120px;
    margin-bottom: 10px;
    opacity: 0;
}
#service-container {
    width: 100%;
    max-width: 1500px;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
}
.service-options {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.service-options:hover > .service-icon-single svg {
    opacity: 0.5;
    transform: scale(0.9);
}
.service-icon-single:hover > .service-label {
    opacity: 1;
}
.service-icon-single svg:hover {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.service-info svg {
    width: 360px !important;
}
.service-model-container {
    align-items: center;
}
.service-icon {
    opacity: 0;
    transition: all 0.5s;
    margin: 0 auto;
}
.service-icon-single {
    opacity: 0;
    transition: all 0.5s;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
}
.service-label {
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    bottom: -22px;
    transition: all 0.5s;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff;
}
.service-icon-single svg {
    transition: all 0.5s;
    width: 70% !important;
    cursor: pointer;
}
.service-icon svg {
    width: 150px !important;
    cursor: pointer;
}
.service-icon > img {
    cursor: pointer;
}
.no-events {
    pointer-events: none;
}
.service-info-container {
    height: 55vh;
    min-height: 300px;
    max-height: 500px;
    position: relative;
}
.service-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 375px;
    grid-gap: 30px;
}
.service-desc-container,
.service-model-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.service-model-container img {
    width: auto;
    margin: 0 auto;
    height: 250px;
}
#contact-container {
    max-width: 1500px;
    padding: 0 120px;
    width: -webkit-fill-available;
    display: grid;
    grid-template-columns: 30% 70%;
}
#contact-container .section-header {
    font-size: 4.3rem;
    font-weight: 500;
    opacity: 0;
    overflow: hidden;
}
#contact-container .contact-item {
    display: flex;
    margin: 13px 0;
    align-items: center;
}
#contact-container img {
    height: 50px;
    margin: 0 auto;
}
#contact-container .spacer {
    height: 55px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}
#contact-container .contact,
#contact-container .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#contact-container .icon {
    height: 50px;
    width: 50px;
}
.form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section.section-form {
    margin-left: 50px;
}
.mat-form-field-wrapper {
    width: calc(100% - 25px);
}
.mat-form-field-infix {
    width: inherit !important;
}
.mat-radio-button {
    font-family: "Gotham Pro" !important;
}
.radio-button {
    margin-right: 15px;
}
.leaflet-control-geocoder.leaflet-bar.leaflet-control {
    display: none;
}
.map {
    height: 175px;
    background-color: #f0f8ff;
}
.section-desc {
    margin: 10px 0;
}
.section-info {
    font-size: 13px;
}
#contact-container button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 7px 60px;
    color: #fff;
    font-size: 1.7rem;
    font-family: "Gotham Pro";
    min-width: 240px;
}
#contact-container .submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.map-error {
    color: #f44336;
    margin: 0 30px;
}
.sent-msg {
    opacity: 0;
    margin: 0 30px;
    -webkit-animation: 2s 2s forwards responseFadeIn;
    animation: 2s 2s forwards responseFadeIn;
}
@-webkit-keyframes responseFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes responseFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336 !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #f44336 !important;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
}
.lds-ripple div {
    position: absolute;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: 1s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple;
    animation: 1s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
    0% {
        top: 7px;
        left: 7px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        opacity: 0;
    }
}
@keyframes lds-ripple {
    0% {
        top: 7px;
        left: 7px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        opacity: 0;
    }
}
.lds-ripple2 {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
}
.lds-ripple2 div {
    position: absolute;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: 1s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple2;
    animation: 1s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple2;
}
.lds-ripple2 div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple2 {
    0% {
        top: 20px;
        left: 20px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}
@keyframes lds-ripple2 {
    0% {
        top: 20px;
        left: 20px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}
.main-about {
    max-width: none !important;
    padding: 0 !important;
}
.about-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    opacity: 0;
}
.legal-title {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
}
.service-info span.strong {
    white-space: pre-wrap;
}
.about-container {
    color: #404040;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.about-text {
    max-width: 455px;
    min-width: 455px;
    font-size: 1.4rem;
    opacity: 0;
}
.info-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.about-info {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    align-items: center;
}
.about-image {
    width: 50%;
    height: 100%;
    background-color: #7a7b5b;
    background-image: url(/assets/img/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.legal-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    align-items: center;
}
.legal-text {
    opacity: 1;
}
.legal-container {
    max-height: 75vh;
    overflow-y: scroll;
    max-width: 1500px;
    width: inherit;
    padding: 0 100px;
    font-size: 1.3rem;
}
.paragraph {
    margin-bottom: 1.5rem;
}
.contact-button {
    margin-top: 30px;
    opacity: 0;
    background-color: transparent;
    border: 1px solid #404040;
    border-radius: 99px;
    padding: 7px 60px;
    color: #404040;
    font-size: 1.7rem;
    font-family: "Gotham Pro";
}
.gps_ring {
    border: 2px dotted #357CBD;
    border-radius: 900px;
    height: 1400px;
    width: 1400px;
    position: absolute;
    -webkit-animation: 6s ease-out infinite pulsate;
    animation: 6s ease-out infinite pulsate;
    opacity: 0;
    z-index: 99999;
    transform: rotateX(67deg);
    transform-origin: center;
}
.subAnim:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    border-top: 1px solid #fff;
    border-radius: 999px;
    transform-origin: left;
    -webkit-animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.title-inner {
    opacity: 0;
}
.title-underline {
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
}
@media screen and (min-width: 1024px) {
    .title-underline {
        right: -2em;
    }
}
.subAnimHome:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 0;
    border-top: 1px solid #fff;
    border-radius: 999px;
    transform-origin: left;
    -webkit-animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.text span {
    position: relative;
}
.subAnimHomeText:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 23px;
    left: -1px;
    height: 0;
    border-top: 2px solid #fff;
    border-radius: 999px;
    transform-origin: left;
    -webkit-animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.subAnimMap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 0;
    border-top: 1px solid #fff;
    border-radius: 999px;
    transform-origin: left;
    -webkit-animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    animation: 1s cubic-bezier(0.33, 1, 0.68, 1) underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes underline {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes underline {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.ring2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.ring3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.ring3 + img {
/*    width: 810px;*/
    max-height: 600px;
    height: auto;
    margin: 0 auto;
/*    margin-top: 100px;*/
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsateLogo {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(3, 3);
        opacity: 0;
    }
}
.hideLine {
    overflow: hidden;
}
.nav-mobile {
    display: none;
}
.mat-form-field {
    font-family: "Gotham Pro" !important;
    width: 100%;
}
#rotate-device {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 9999999;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 30vh 0 0;
    background-color: #001c77;
}
#rotate-device .img {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    background-image: url(/assets/img/rotate.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-animation: 3s ease-in-out infinite backwards rotate;
    animation: 3s ease-in-out infinite backwards rotate;
}
#rotate-device span {
    display: block;
    letter-spacing: -0.5px;
}
@-webkit-keyframes rotate {
    0%,
    100%,
    80% {
        transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    20%,
    60% {
        transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
        -o-transform: rotateZ(-90deg);
        -webkit-transform: rotateZ(-90deg);
    }
}
@keyframes rotate {
    0%,
    100%,
    80% {
        transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    20%,
    60% {
        transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
        -o-transform: rotateZ(-90deg);
        -webkit-transform: rotateZ(-90deg);
    }
}
.hide {
    display: none;
}
.op-0 {
    opacity: 0;
}
.border-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}
.darkBorder {
    border-bottom-color: #404040;
}
footer.footer-mobile {
    display: none;
}
.overlay {
    width: 100vw;
}
.space {
    margin-right: 1mm;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 900px) and (orientation: landscape) {
    #rotate-device {
        display: block;
    }
    body {
        background-color: #fff;
    }
}
@media screen and (max-width: 1275px) {
    .footer-menu {
        margin-top: 10px;
    }
    .footer {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) {
    #map,
    .anims {
        zoom: 1.5;
    }
    .legal-container {
        max-height: none;
        overflow-y: visible;
        max-width: 1500px;
        width: inherit;
        padding: 0;
        font-size: 1.3rem;
        text-align: center;
    }
    .services-icons {
/*        display: none !important;*/
    }
    .icon-mail {
        height: 50px !important;
    }
    .service-model-container {
        margin-bottom: 20px;
        max-height: 400px;
    }
    .sent-msg {
        opacity: 0;
        margin: 15px 0;
    }
    .map-error {
        margin: 15 0;
    }
    .map-mask {
        -webkit-mask-image: linear-gradient(to top, transparent 33%, #000 34%);
        z-index: -1;
    }
    .legal-info {
        padding: 0 30px;
        justify-content: flex-start;
    }
    .legal-text {
        margin-bottom: 100px;
    }
    .letter-spacing {
        letter-spacing: -0.3px;
    }
    .info-container {
        padding-bottom: 100px;
    }
    .about-title {
        margin-bottom: 0;
    }
    #map {
        align-items: center;
        justify-content: center;
        height: auto;
        width: 400px;
        min-width: 400px;
        top: 85px;
    }
    .anims {
        width: 400px !important;
        min-width: 400px !important;
        height: 100% !important;
    }
    #map-svg {
        min-width: 400px;
        width: 400px;
        height: auto;
        margin: 0 auto;
        transform-origin: center;
    }
    .word {
        margin-right: 3px;
    }
    .title-link-title {
        text-align: center;
        line-height: 1;
        font-size: 2.6rem;
        margin-bottom: 15px;
    }
    .title-link-container {
        margin: 0 65px 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title-link-button {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 99px;
        padding: 3px 0;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        font-family: "Gotham Pro";
        width: 80%;
        max-width: 250px;
    }
    #home-container .hero-text h3,
    #map-container .hero-text h3,
    #services-container .hero-text h3,
    #support-container .hero-text h3 {
        text-align: center;
        line-height: 1;
        font-size: 2.6rem;
    }
    .title {
        line-height: 1;
        text-align: center;
        font-size: 2.6rem;
        margin-bottom: 20px;
    }
    .desc {
        text-align: center;
    }
    .service-desc-container {
        align-items: center;
        margin: auto 40px;
    }
    .next {
        margin-bottom: 50px !important;
        margin: 0;
    }
    main {
        -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 3%);
        overflow-y: scroll;
        align-items: normal;
        margin-top: 60px;
        height: calc(100% - 60px);
        overflow-x: hidden;
    }
    .nav-desk {
        display: none;
    }
    .nav-mobile {
        margin: 20px;
        height: 40px;
        display: block;
        color: #fff !important;
    }
    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-container {
        height: calc(100vh - 50px);
        font-size: 2.8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        overflow-y: scroll;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 5%);
    }
    .menu-container li {
        margin: 15px 0;
    }
    .language {
        font-size: 2.8rem;
    }
    .mobile-menu {
        margin: 30px 0;
    }
    .menu-contact-header {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .contact-menu {
        display: flex;
        height: 75px;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .contact-icon {
        width: 70px;
        height: 60px;
    }
    .menu-contact {
        padding-bottom: 150px;
        color: #c1c3da;
    }
    .contact-info {
        display: flex;
        flex-direction: column;
    }
    nav {
/*        height: 60px;*/
        z-index: 3;
        overflow: hidden;
        transition: 0.5s;
    }
    .extended {
        background-color: #032a89;
        height: 100%;
    }
    .loader-logo {
        margin-top: -80px;
        margin-left: 0;
    }
    .loader-ring {
        margin-top: -80px;
    }
    .service-home-header {
        text-align: center;
        line-height: 1;
        font-size: 2.6rem;
        opacity: 0;
    }
    #services-container {
        display: block !important;
        margin: 30px 0 100px;
        padding: 0;
    }
    #home-container .hero-text {
        margin: 50px 30px 0;
    }
    .home-main {
        pointer-events: all;
    }
    #home-container {
        width: 100%;
        height: calc(100% - 20px);
    }
    #home-container .hero-text-container {
        justify-content: normal;
        width: 100%;
    }
    #home-container .sub-text {
        margin-top: 0;
        justify-content: center;
        font-size: 1.3rem;
    }
    #home-container .text {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: auto;
        margin: 0 30px;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .dark-bg {
        transition: all 0.5s;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.398494432) 0, rgba(0, 0, 0, 0.398494432) 90%, rgba(0, 0, 0, 0) 100%);
    }
    .overlay {
        width: 100%;
        margin-top: 525px;
    }
    .footer-mobile-icons {
        display: grid;
        height: 30px;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 15px;
    }
    footer.footer-mobile {
        display: block;
        font-size: 1.3rem;
        padding-bottom: 200px;
    }
    .footer-margin {
        padding: 0 30px;
        display: block;
        width: auto;
    }
    app-mobile-footer,
    app-mobile-footer-dark {
        width: 100%;
    }
    .footer-mobile-name {
        display: block !important;
        text-align: center;
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 3px;
    }
    img.footer-mobile-icon {
        margin: 0 auto;
    }
    ul.footer-links {
        justify-content: space-around;
        display: flex;
    }
    .map-title {
        margin: 0 30px;
    }
    #map-container .hero-text-container {
        justify-content: start;
        width: 100vw;
        padding: 30px;
        box-sizing: content-box;
    }
    #map-container .text-container {
        position: relative;
        top: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        padding: 0 30px 100px;
        box-sizing: border-box;
    }
    #map-container .info-box {
        margin-top: 30px;
        flex-direction: column;
        width: 50%;
    }
    #map-container .icon {
        margin: 0 auto;
    }
    #map-container .text {
        align-items: center;
        text-align: center;
        margin-top: 5px;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    #services-container .icon {
        height: auto;
        margin: 0 auto;
        opacity: 0;
        width: 40%;
    }
    #services-container .hero-text-container {
        text-align: center;
    }
    #services-container .infobox-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-info svg {
        width: 100% !important;
    }
    .services-link {
        margin: 0 40px 100px !important;
    }
    #services-container .text-container {
        margin: 0 30px 100px;
    }
    #support-container {
        width: auto;
        padding: 0;
    }
    #support-container .hero-text-container {
        height: auto;
    }
    #support-container .text-container {
        flex-direction: column;
        max-width: 400px;
        padding-bottom: 100px;
    }
    #support-container .hero-text {
        padding: 30px;
        align-items: center;
    }
    #support-container .info-box {
        width: auto;
        margin: 10px 0;
    }
    #services-container .text,
    #support-container .text {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    #service-container {
        padding: 0;
        display: block;
    }
    .service-options {
        grid-template-columns: repeat(8, 120px);
        height: 125px;
        grid-gap: 15px;
        margin: 10px;
    }
    .service-info {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 150px;
    }
    .service-label {
        opacity: 1;
        width: auto;
        position: relative;
        bottom: auto;
        border-bottom: none;
        text-align: center;
        height: 50px;
    }
    .service-info-container {
        height: auto;
        min-height: 775px;
        max-height: unset;
        position: relative;
        margin: 0 auto 30px;
        max-width: 500px;
    }
    .service-icon-single {
        justify-content: flex-start !important;
    }
    .service-icon-single svg {
        width: 70% !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
    .options-container {
        display: none;
        overflow-y: scroll;
        position: relative;
    }
    #contact-container {
        padding: 30px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .item-container {
        width: 280px;
        margin: 0 auto;
    }
    .form {
        display: flex;
        flex-direction: column;
    }
    .radio-button {
        margin: 15px;
    }
    #contact-container .submit {
        justify-content: center;
        margin: 30px;
        flex-direction: column;
    }
    .section.section-form {
        margin-left: 0;
        padding-bottom: 30px;
    }
    #contact-container .section-header {
        line-height: 1;
        font-size: 2.6rem;
        margin-bottom: 10px;
    }
    .form-container {
        position: relative;
        overflow: hidden;
    }
    .msgSent {
        height: 100%;
        width: 100%;
    }
    .about-container {
        display: block;
    }
    .about-image {
        display: none;
    }
    .about-info {
        width: auto;
        padding: 30px;
        text-align: center;
        justify-content: unset;
    }
    .about-text {
        max-width: none;
        min-width: auto;
    }
    .contact-button {
        margin: 30px auto;
    }
    #contact-container .contact {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .footer-container {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    #services-container .infobox-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .menu-container {
        font-size: 1.7rem;
    }
    .language {
        font-size: 1.5rem;
    }
    .menu-contact-header {
        font-size: 1.8rem;
    }
    #map,
    .anims {
        zoom: 1.2;
    }
    #support-container .text-container {
        width: auto;
        max-width: auto;
    }
    #home-container .hero-text {
        margin-top: 35px;
    }
    #map-container .info-box {
        width: auto;
    }
    .overlay {
        margin-top: 290px;
    }
    #map-container .text-container {
        display: block;
        align-items: unset;
    }
}

































.background[_ngcontent-serverApp-c1] {
/*                position: absolute;*/
                display: flex;
                justify-content: center;
                overflow: hidden;
            }
            .router-container[_ngcontent-serverApp-c1] {
                position: relative;
                height: 100vh;
                flex: 1;
            }
            .menu-btn[_ngcontent-serverApp-c1] {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 25px;
                height: 38px;
                cursor: pointer;
                transition: all 0.5s ease-in-out;
                margin: 0 5px;
            }
            .menu-btn__burger[_ngcontent-serverApp-c1] {
                width: 50px;
                height: 4px;
                background: #fff;
                border-radius: 5px;
                box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
                transition: all 0.5s ease-in-out;
            }
            .toDark[_ngcontent-serverApp-c1] {
                background: #000 !important;
            }
            .toDark[_ngcontent-serverApp-c1]::after,
            .toDark[_ngcontent-serverApp-c1]::before {
                content: "";
                position: absolute;
                width: 25px;
                height: 4px;
                background: #000 !important;
                border-radius: 5px;
                box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
                transition: all 0.5s ease-in-out;
            }
            .menu-btn__burger[_ngcontent-serverApp-c1]::after,
            .menu-btn__burger[_ngcontent-serverApp-c1]::before {
                content: "";
                position: absolute;
                width: 25px;
                height: 4px;
                background: #fff;
                border-radius: 5px;
                box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
                transition: all 0.5s ease-in-out;
            }
            .menu-btn__burger[_ngcontent-serverApp-c1]::before {
                transform: translateY(-10px);
            }
            .menu-btn__burger[_ngcontent-serverApp-c1]::after {
                transform: translateY(10px);
            }
            .menu-btn.open[_ngcontent-serverApp-c1] .menu-btn__burger[_ngcontent-serverApp-c1] {
                transform: translateX(-50px);
                background: 0 0;
                box-shadow: none;
            }
            .menu-btn.open[_ngcontent-serverApp-c1] .menu-btn__burger[_ngcontent-serverApp-c1]::before {
                transform: rotate(45deg) translate(35px, -35px);
            }
            .menu-btn.open[_ngcontent-serverApp-c1] .menu-btn__burger[_ngcontent-serverApp-c1]::after {
                transform: rotate(-45deg) translate(35px, 35px);
            }
            .navbar-logo-mobile[_ngcontent-serverApp-c1] {
                height: 40px;
                position: relative;
                transition: all 0.5s;
            }
            .navbar-menu[_ngcontent-serverApp-c1] li[_ngcontent-serverApp-c1] {
                position: relative;
            }
            .active[_ngcontent-serverApp-c1]::before {
                content: "";
                display: block;
                position: absolute;
                top: 7px;
                left: -15px;
                width: 5px;
                height: 5px;
                background-color: #fff;
                border-radius: 999px;
                -webkit-animation: 0.2s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                animation: 0.2s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                transform-origin: center;
            }
            .active[_ngcontent-serverApp-c1]::after {
                content: "";
                display: block;
                position: absolute;
                top: 3px;
                left: -19px;
                width: 13px;
                height: 13px;
                border: 1px solid #fff;
                border-radius: 999px;
                -webkit-animation: 0.3s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                animation: 0.3s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                transform-origin: center;
            }
            .active-footer[_ngcontent-serverApp-c1] {
                position: relative;
                display: flex;
            }
            .active-footer[_ngcontent-serverApp-c1]::before {
                content: "";
                display: block;
                position: absolute;
                top: 5px;
                left: -12px;
                width: 5px;
                height: 5px;
                background-color: #404040;
                border-radius: 999px;
                -webkit-animation: 0.2s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                animation: 0.2s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                transform-origin: center;
            }
            .active-footer[_ngcontent-serverApp-c1]::after {
                content: "";
                display: block;
                position: absolute;
                left: -15px;
                width: 11px;
                height: 11px;
                top: 2px;
                border: 1px solid #404040;
                border-radius: 999px;
                -webkit-animation: 0.3s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                animation: 0.3s cubic-bezier(0.33, 1, 0.68, 1) pulsateNav;
                transform-origin: center;
            }
            .active-mobile[_ngcontent-serverApp-c1] {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                margin: 0 auto;
                font-family: "Gotham Pro Medium";
                font-weight: 600;
            }
            .anims[_ngcontent-serverApp-c1] {
                width: 1439px;
                height: 900px;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1;
            }
            .antennae[_ngcontent-serverApp-c1] {
                z-index: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                opacity: 0;
            }
            .anim-antenna[_ngcontent-serverApp-c1] {
                position: absolute;
                height: 45px;
            }
            .antena1[_ngcontent-serverApp-c1] {
                margin-top: 173px;
                margin-left: -120px;
            }
            .modified[_ngcontent-serverApp-c1] .antena1[_ngcontent-serverApp-c1] {
                margin-top: 90px;
                margin-left: -37px;
            }
            .antena2[_ngcontent-serverApp-c1] {
                margin-top: 178px;
                margin-left: -272px;
            }
            .modified[_ngcontent-serverApp-c1] .antena2[_ngcontent-serverApp-c1] {
                margin-top: 88px;
                margin-left: -132px;
            }
            .antena3[_ngcontent-serverApp-c1] {
                margin-top: 155px;
                margin-left: -543px;
            }
            .modified[_ngcontent-serverApp-c1] .antena3[_ngcontent-serverApp-c1] {
                margin-top: 75px;
                margin-left: -273px;
            }
            .antena4[_ngcontent-serverApp-c1] {
                margin-top: 15px;
                margin-left: -659px;
            }
            .modified[_ngcontent-serverApp-c1] .antena4[_ngcontent-serverApp-c1] {
                margin-top: 5px;
                margin-left: -329px;
            }
            .antena5[_ngcontent-serverApp-c1] {
                margin-top: -15px;
                margin-left: -340px;
            }
            .modified[_ngcontent-serverApp-c1] .antena5[_ngcontent-serverApp-c1] {
                margin-top: -52px;
                margin-left: -230px;
            }
            .antena6[_ngcontent-serverApp-c1] {
                margin-top: -101px;
                margin-left: -447px;
            }
            .modified[_ngcontent-serverApp-c1] .antena6[_ngcontent-serverApp-c1] {
                margin-top: -151px;
                margin-left: -54px;
            }
            .antena7[_ngcontent-serverApp-c1] {
                margin-top: -306px;
                margin-left: -101px;
            }
            .modified[_ngcontent-serverApp-c1] .antena7[_ngcontent-serverApp-c1] {
                margin-top: -206px;
                margin-left: 181px;
            }
            .antena8[_ngcontent-serverApp-c1] {
                margin-top: -414px;
                margin-left: 367px;
            }
            .modified[_ngcontent-serverApp-c1] .antena8[_ngcontent-serverApp-c1] {
                margin-top: -204px;
                margin-left: 257px;
            }
            .antena9[_ngcontent-serverApp-c1] {
                margin-top: -399px;
                margin-left: 494px;
            }
            .modified[_ngcontent-serverApp-c1] .antena9[_ngcontent-serverApp-c1] {
                margin-top: -159px;
                margin-left: 314px;
            }
            .antena10[_ngcontent-serverApp-c1] {
                margin-top: -330px;
                margin-left: 615px;
            }
            .modified[_ngcontent-serverApp-c1] .antena10[_ngcontent-serverApp-c1] {
                margin-top: -10px;
                margin-left: 155px;
            }
            .antena11[_ngcontent-serverApp-c1] {
                margin-top: -5px;
                margin-left: 305px;
            }
            .modified[_ngcontent-serverApp-c1] .antena11[_ngcontent-serverApp-c1] {
                margin-top: 25px;
                margin-left: 80px;
            }
            .antena12[_ngcontent-serverApp-c1] {
                margin-top: 35px;
                margin-left: 142px;
            }
            .modified[_ngcontent-serverApp-c1] .antena12[_ngcontent-serverApp-c1] {
                margin-top: 205px;
                margin-left: 142px;
            }
            .antena13[_ngcontent-serverApp-c1] {
                margin-top: 412px;
                margin-left: 279px;
            }
            .modified[_ngcontent-serverApp-c1] .antena13[_ngcontent-serverApp-c1] {
                margin-top: 312px;
                margin-left: 139px;
            }
            .antena14[_ngcontent-serverApp-c1] {
                margin-top: 618px;
                margin-left: 274px;
            }
            .modified[_ngcontent-serverApp-c1] .antena14[_ngcontent-serverApp-c1] {
                margin-top: 242px;
                margin-left: 304px;
            }
            .antena15[_ngcontent-serverApp-c1] {
                margin-top: 492px;
                margin-left: 626px;
            }
            .antena16[_ngcontent-serverApp-c1] {
                margin-top: -59px;
                margin-left: -166px;
                height: 125px;
            }
            .modified[_ngcontent-serverApp-c1] .antena16[_ngcontent-serverApp-c1] {
                margin-top: -19px;
                margin-left: -86px;
                height: 125px;
            }
            .antena17[_ngcontent-serverApp-c1] {
                margin-top: 10px;
                margin-left: 170px;
                height: 125px;
            }
            .modified[_ngcontent-serverApp-c1] .antena17[_ngcontent-serverApp-c1] {
                margin-top: -171px;
                margin-left: 90px;
                height: 125px;
            }
            .misc-icons[_ngcontent-serverApp-c1] {
                z-index: 1;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .misc-icon[_ngcontent-serverApp-c1] {
                position: absolute;
                opacity: 0;
                pointer-events: none;
            }
            .misc1[_ngcontent-serverApp-c1] {
                margin-top: 163px;
                margin-left: -437px;
                height: 40px;
            }
            .modified[_ngcontent-serverApp-c1] .misc1[_ngcontent-serverApp-c1] {
                margin-top: 83px;
                margin-left: -217px;
                height: 40px;
            }
            .misc2[_ngcontent-serverApp-c1] {
                margin-top: 506px;
                margin-left: 329px;
                height: 39px;
            }
            .modified[_ngcontent-serverApp-c1] .misc2[_ngcontent-serverApp-c1] {
                margin-top: 256px;
                margin-left: 159px;
                height: 39px;
            }
            .misc3[_ngcontent-serverApp-c1] {
                margin-top: 40px;
                margin-left: -567px;
                height: 35px;
            }
            .modified[_ngcontent-serverApp-c1] .misc3[_ngcontent-serverApp-c1] {
                margin-top: 40px;
                margin-left: -27px;
                height: 35px;
            }
            .misc4[_ngcontent-serverApp-c1] {
                margin-top: -97px;
                margin-left: -335px;
                height: 35px;
            }
            .modified[_ngcontent-serverApp-c1] .misc4[_ngcontent-serverApp-c1] {
                margin-top: -47px;
                margin-left: -180px;
                height: 35px;
            }
            .misc5[_ngcontent-serverApp-c1] {
                margin-top: -151px;
                margin-left: 238px;
                height: 40px;
            }
            .modified[_ngcontent-serverApp-c1] .misc5[_ngcontent-serverApp-c1] {
                margin-top: -90px;
                margin-left: 148px;
                height: 40px;
            }
            .misc6[_ngcontent-serverApp-c1] {
                margin-top: -431px;
                margin-left: -770px;
                height: 105px;
            }
            .misc7[_ngcontent-serverApp-c1] {
                margin-top: -532px;
                margin-left: 920px;
                height: 35px;
            }
            .modified[_ngcontent-serverApp-c1] .misc7[_ngcontent-serverApp-c1] {
                margin-top: -252px;
                margin-left: 510px;
            }
            .misc8[_ngcontent-serverApp-c1] {
                margin-top: 256px;
                margin-left: -683px;
                height: 55px;
            }
            .modified[_ngcontent-serverApp-c1] .misc8[_ngcontent-serverApp-c1] {
                margin-top: 126px;
                margin-left: -333px;
                height: 55px;
            }
            .misc9[_ngcontent-serverApp-c1] {
                margin-top: -210px;
                margin-left: -1010px;
                height: 40px;
            }
            .modified[_ngcontent-serverApp-c1] .misc9[_ngcontent-serverApp-c1] {
                margin-top: -210px;
                margin-left: -600px;
                height: 40px;
            }
            .misc10[_ngcontent-serverApp-c1] {
                margin-top: -349px;
                margin-left: -537px;
                height: 18px;
            }
            .modified[_ngcontent-serverApp-c1] .misc10[_ngcontent-serverApp-c1] {
                margin-top: -299px;
                margin-left: -367px;
                height: 18px;
            }
            .misc11[_ngcontent-serverApp-c1] {
                margin-top: -417px;
                margin-left: -899px;
                height: 28px;
            }
            .modified[_ngcontent-serverApp-c1] .misc11[_ngcontent-serverApp-c1] {
                margin-top: -287px;
                margin-left: -499px;
                height: 28px;
            }
            .misc12[_ngcontent-serverApp-c1] {
                margin-top: 318px;
                margin-left: -1067px;
                height: 24px;
            }
            .modified[_ngcontent-serverApp-c1] .misc12[_ngcontent-serverApp-c1] {
                margin-top: 138px;
                margin-left: -617px;
                height: 24px;
            }
            .misc13[_ngcontent-serverApp-c1] {
                margin-top: 470px;
                margin-left: 1200px;
                height: 70px;
            }
            .modified[_ngcontent-serverApp-c1] .misc13[_ngcontent-serverApp-c1] {
                margin-top: 256px;
                margin-left: 550px;
            }
            .misc14[_ngcontent-serverApp-c1] {
                margin-top: -593px;
                margin-left: 440px;
                height: 40px;
            }
            .misc15[_ngcontent-serverApp-c1] {
                margin-top: -540px;
                margin-left: 206px;
                height: 20px;
            }
            .modified[_ngcontent-serverApp-c1] .misc15[_ngcontent-serverApp-c1] {
                margin-top: -260px;
                margin-left: 206px;
                height: 20px;
            }
            .misc16[_ngcontent-serverApp-c1] {
                margin-top: -530px;
                margin-left: 6px;
                height: 30px;
            }
            .modified[_ngcontent-serverApp-c1] .misc16[_ngcontent-serverApp-c1] {
                margin-top: -290px;
                margin-left: 6px;
                height: 30px;
            }
            .misc17[_ngcontent-serverApp-c1] {
                margin-top: -287px;
                margin-left: 301px;
                height: 40px;
            }
            .modified[_ngcontent-serverApp-c1] .misc17[_ngcontent-serverApp-c1] {
                margin-top: -157px;
                margin-left: 151px;
                height: 40px;
            }
            .misc18[_ngcontent-serverApp-c1] {
                margin-top: -167px;
                margin-left: -63px;
                height: 35px;
            }
            .modified[_ngcontent-serverApp-c1] .misc18[_ngcontent-serverApp-c1] {
                margin-top: -157px;
                margin-left: 37px;
                height: 35px;
            }
            .service-icon[_ngcontent-serverApp-c1]:hover > .service-icon[_ngcontent-serverApp-c1] img[_ngcontent-serverApp-c1] {
                opacity: 0.5;
                transform: scale(0.9);
            }
            .services-icons[_ngcontent-serverApp-c1] {
                z-index: 1;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .service-icon[_ngcontent-serverApp-c1] {
                position: absolute;
                opacity: 0;
            }
            @-webkit-keyframes nameOn {
                0%,
                100% {
                    opacity: 0;
                }
                25%,
                75% {
                    opacity: 1;
                }
            }
            @keyframes nameOn {
                0%,
                100% {
                    opacity: 0;
                }
                25%,
                75% {
                    opacity: 1;
                }
            }
            .service1[_ngcontent-serverApp-c1]{ 
    margin-top: 230px;
    margin-left: -120px;
    height: 80px;
                transition: 0.5s all;
            }
            .modified[_ngcontent-serverApp-c1] .service1[_ngcontent-serverApp-c1] {
                margin-top: 95px;
                margin-left: 5px;
                height: 115px;
                transition: 0.5s all;
            }
            .service1[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
/*
            .service1[_ngcontent-serverApp-c1]::before {
                content: "Internet para eventos";
                font-weight: 700;
                letter-spacing: 0.5px;
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 189px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
            }
*/
            .en[_ngcontent-serverApp-c1] .service1[_ngcontent-serverApp-c1]::before {
                content: "Internet for Events";
            }
            [_ngcontent-serverApp-c1]::before {
                z-index: 999999;
            }
/*
            .service1.label[_ngcontent-serverApp-c1]::after {
                content: "Internet para eventos";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 189px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .en[_ngcontent-serverApp-c1] .service1.label[_ngcontent-serverApp-c1]::after {
                content: "Internet for Events";
            }
            .modified[_ngcontent-serverApp-c1] .service1.label[_ngcontent-serverApp-c1]::after,
            .modified[_ngcontent-serverApp-c1] .service1[_ngcontent-serverApp-c1]::before {
                width: 215px;
            }
            .service2[_ngcontent-serverApp-c1] {
    margin-top: 190px;
    margin-left: 40px;
    height: 80px;
                transition: 0.5s all;
            }
            .modified[_ngcontent-serverApp-c1] .service2[_ngcontent-serverApp-c1] {
                margin-top: -50px;
                margin-left: 50px;
                height: 100px;
                transition: 0.5s all;
            }
            .service2[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
            .service2.label[_ngcontent-serverApp-c1]::after {
                content: "Sistemas de seguridad";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 195px;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
            .en[_ngcontent-serverApp-c1] .service2.label[_ngcontent-serverApp-c1]::after,
            .en[_ngcontent-serverApp-c1] .service2[_ngcontent-serverApp-c1]::before {
                content: "Security Systems";
            }
            .service-icon[_ngcontent-serverApp-c1]:hover::before {
                opacity: 1;
            }
/*
            .service2[_ngcontent-serverApp-c1]:before {
                content: "Sistemas de seguridad";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 195px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .modified[_ngcontent-serverApp-c1] .service2.label[_ngcontent-serverApp-c1]::after,
            .modified[_ngcontent-serverApp-c1] .service2[_ngcontent-serverApp-c1]::before {
                top: 40px;
                width: 215px;
            }
            .service3[_ngcontent-serverApp-c1] {
    margin-top: 270px;
    margin-left: 175px;
    height: 80px;
                transition: 0.5s all;
            }
            .modified[_ngcontent-serverApp-c1] .service3[_ngcontent-serverApp-c1] {
                margin-top: -108px;
                margin-left: -138px;
                height: 100px;
                transition: 0.5s all;
            }
            .service3[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
/*
            .service3.label[_ngcontent-serverApp-c1]::after {
                content: "Wifi Premium Villas";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 180px;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
            .service3[_ngcontent-serverApp-c1]::before {
                content: "Wifi Premium Villas";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 180px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .modified[_ngcontent-serverApp-c1] .service3.label[_ngcontent-serverApp-c1]::after,
            .modified[_ngcontent-serverApp-c1] .service3[_ngcontent-serverApp-c1]::before {
                width: 200px;
            }
            .service4[_ngcontent-serverApp-c1] {
    margin-top: 180px;
    margin-left: 90px;
    height: 80px;
                transition: 0.5s all;
            }
            .modified[_ngcontent-serverApp-c1] .service4[_ngcontent-serverApp-c1] {
                margin-top: -125px;
                margin-left: 250px;
                height: 100px;
            }
            .service4[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
/*
            .service4.label[_ngcontent-serverApp-c1]::after {
                content: "Comunidad Conectada";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 200px;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
            .service4[_ngcontent-serverApp-c1]::before {
                content: "Comunidad Conectada";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 200px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .en[_ngcontent-serverApp-c1] .service4.label[_ngcontent-serverApp-c1]::after,
            .en[_ngcontent-serverApp-c1] .service4[_ngcontent-serverApp-c1]::before {
                content: "Community Connected";
            }
            .modified[_ngcontent-serverApp-c1] .service4.label[_ngcontent-serverApp-c1]::after,
            .modified[_ngcontent-serverApp-c1] .service4[_ngcontent-serverApp-c1]::before {
                width: 220px;
            }
            .service5[_ngcontent-serverApp-c1] {
    margin-top: 120px;
    margin-left: 70px;
    height: 80px;
                transition: 0.5s all;
            }
            
/*
            .service5[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .modified[_ngcontent-serverApp-c1] .service5[_ngcontent-serverApp-c1] {
                margin-top: 90px;
                margin-left: -305px;
                height: 34px;
                transition: 0.5s all;
            }
            .service5[_ngcontent-serverApp-c1]:hover + .service6[_ngcontent-serverApp-c1] {
                opacity: 1;
            }
            .service5[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
            .service5[_ngcontent-serverApp-c1]:hover + .service6[_ngcontent-serverApp-c1]::before {
                opacity: 1;
            }
            .service6[_ngcontent-serverApp-c1] {
    margin-top: 120px;
    margin-left: 440px;
    height: 80px;
                transition: 0.5s all;
            }
            .modified[_ngcontent-serverApp-c1] .service6[_ngcontent-serverApp-c1] {
                margin-top: 124px;
                margin-left: -259px;
                height: 62px;
                transition: 0.5s all;
            }
            .service6[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
            .en[_ngcontent-serverApp-c1] .service6.label[_ngcontent-serverApp-c1]::after,
            .en[_ngcontent-serverApp-c1] .service6[_ngcontent-serverApp-c1]::before {
                content: "Beaches Online";
                width: 145px;
            }
/*
            .service6[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .modified[_ngcontent-serverApp-c1] .service6.label[_ngcontent-serverApp-c1]::after,
            .modified[_ngcontent-serverApp-c1] .service6[_ngcontent-serverApp-c1]::before {
                width: 135px;
            }
            .service7[_ngcontent-serverApp-c1] {
    margin-top: -10px;
    margin-left: 10px;
    height: 80px;
                transition: none;
            }
            
/*
            .service7[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            .service8[_ngcontent-serverApp-c1] {
    margin-top: 70px;
    margin-left: 160px;
    height: 80px;
                transition: none;
            }
            
/*
            .service8[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service9[_ngcontent-serverApp-c1] {
    margin-top: 50px;
    margin-left: -20px;
                height: 80px;
                transition: none;
            }
            
/*
            .service9[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service10[_ngcontent-serverApp-c1] {
    margin-top: 90px;
    margin-left: 10px;
                height: 80px;
                transition: none;
            }
            
/*
            .service10[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service11[_ngcontent-serverApp-c1] {
    margin-top: 50px;
    margin-left: 30px;
                height: 80px;
                transition: none;
            }
            
/*
            .service11[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service12[_ngcontent-serverApp-c1] {
    margin-top: -130px;
    margin-left: -40px;
                height: 80px;
                transition: none;
            }
            
/*
            .service12[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service13[_ngcontent-serverApp-c1] {
    margin-top: -200px;
    margin-left: -140px;
                height: 80px;
                transition: none;
            }
            
/*
            .service13[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service14[_ngcontent-serverApp-c1] {
    margin-top: -270px;
    margin-left: -180px;
                height: 80px;
                transition: none;
            }
            
/*
            .service14[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service15[_ngcontent-serverApp-c1] {
    margin-top: -240px;
    margin-left: -120px;
                height: 80px;
                transition: none;
            }
            
/*
            .service15[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service16[_ngcontent-serverApp-c1] {
    margin-top: -240px;
    margin-left: -230px;
                height: 80px;
                transition: none;
            }            
        
/*
            .service16[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service17[_ngcontent-serverApp-c1] {
    margin-top: -240px;
    margin-left: -280px;
                height: 80px;
                transition: none;
            }
            
/*
            .service17[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service18[_ngcontent-serverApp-c1] {
    margin-top: -330px;
    margin-left: -340px;
                height: 80px;
                transition: none;
            }
            
/*
            .service18[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service19[_ngcontent-serverApp-c1] {
    margin-top: -90px;
    margin-left: -390px;
                height: 80px;
                transition: none;
            }
            
/*
            .service19[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service20[_ngcontent-serverApp-c1] {
    margin-top: -100px;
    margin-left: -530px;
                height: 80px;
                transition: none;
            }
            
/*
            .service20[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service21[_ngcontent-serverApp-c1] {
    margin-top: -250px;
    margin-left: -580px;
                height: 80px;
                transition: none;
            }
            
/*
            .service21[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service22[_ngcontent-serverApp-c1] {
    margin-top: -280px;
    margin-left: -560px;
                height: 80px;
                transition: none;
            }
            
/*
            .service22[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service23[_ngcontent-serverApp-c1] {
    margin-top: -300px;
    margin-left: -600px;
                height: 80px;
                transition: none;
            }
            
/*
            .service23[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service24[_ngcontent-serverApp-c1] {
    margin-top: -220px;
    margin-left: -480px;
                height: 80px;
                transition: none;
            }
            
/*
            .service24[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service25[_ngcontent-serverApp-c1] {
    margin-top: -260px;
    margin-left: -420px;
                height: 80px;
                transition: none;
            }
/*
            
            .service25[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service26[_ngcontent-serverApp-c1] {
    margin-top: -290px;
    margin-left: -450px;
                height: 80px;
                transition: none;
            }
            
/*
            .service26[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .service27[_ngcontent-serverApp-c1] {
                margin-top: 230px;
                margin-left: 480px;
                height: 80px;
                transition: none;
            }
            
/*
            .service27[_ngcontent-serverApp-c1]::before {
                content: "Playas Online";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 00px;
                left: 40px;
                width: 120px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
                font-weight: 700;
                letter-spacing: 0.5px;
            }
*/
            
            .modified[_ngcontent-serverApp-c1] .service7[_ngcontent-serverApp-c1] {
                margin-top: 100px;
                margin-left: 300px;
                transition: none;
            }
            .service7[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
            
            
            .modified[_ngcontent-serverApp-c1] .service27[_ngcontent-serverApp-c1] {
                margin-top: 100px;
                margin-left: 300px;
                transition: none;
            }
            .service27[_ngcontent-serverApp-c1]:hover {
                opacity: 1 !important;
            }
            
            .en[_ngcontent-serverApp-c1] .service27.label[_ngcontent-serverApp-c1]::after,
            .en[_ngcontent-serverApp-c1] .service27[_ngcontent-serverApp-c1]::before {
                content: "Internet on Boats";
            }
            
/*
            .service7.label[_ngcontent-serverApp-c1]::after {
                content: "Internet en barcos";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 16px;
                left: 100px;
                width: 150px;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
            }
            .service7[_ngcontent-serverApp-c1]::before {
                content: "Internet en barcos";
                border-bottom: 1px solid #fff;
                text-align: center;
                display: block;
                position: absolute;
                top: 16px;
                left: 100px;
                width: 150px;
                transition: 0.5s all;
                -webkit-animation: 4s ease-out nameOn;
                animation: 4s ease-out nameOn;
                opacity: 0;
            }
*/
            .en[_ngcontent-serverApp-c1] .service7.label[_ngcontent-serverApp-c1]::after,
            .en[_ngcontent-serverApp-c1] .service7[_ngcontent-serverApp-c1]::before {
                content: "Internet on Boats";
            }
            .logoWaves[_ngcontent-serverApp-c1] {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .logoWave[_ngcontent-serverApp-c1] {
                opacity: 0;
                position: absolute;
                width: 140px;
                transform: rotateZ(-15deg);
            }
            .logoWave.wave[_ngcontent-serverApp-c1] {
                margin-top: 310px;
                margin-left: -435px;
            }
            .modified[_ngcontent-serverApp-c1] .wave[_ngcontent-serverApp-c1] {
                margin-top: 160px;
                margin-left: -215px;
            }
            .logoWave.wave2[_ngcontent-serverApp-c1] {
                margin-top: 89px;
                margin-left: -495px;
            }
            .modified[_ngcontent-serverApp-c1] .wave2[_ngcontent-serverApp-c1] {
                margin-top: 49px;
                margin-left: -235px;
            }
            .logoWave.wave3[_ngcontent-serverApp-c1] {
                margin-top: 73px;
                margin-left: -333px;
            }
            .modified[_ngcontent-serverApp-c1] .wave3[_ngcontent-serverApp-c1] {
                margin-top: 33px;
                margin-left: -134px;
            }
            .logoWave.wave4[_ngcontent-serverApp-c1] {
                margin-top: 301px;
                margin-left: -250px;
            }
            .modified[_ngcontent-serverApp-c1] .wave4[_ngcontent-serverApp-c1] {
                margin-top: 151px;
                margin-left: -90px;
            }
            .logoWave.wave5[_ngcontent-serverApp-c1] {
                margin-top: 325px;
                margin-left: -7px;
            }
            .modified[_ngcontent-serverApp-c1] .wave5[_ngcontent-serverApp-c1] {
                margin-top: 185px;
                margin-left: 3px;
            }
            .logoWave.wave6[_ngcontent-serverApp-c1] {
                margin-top: 325px;
                margin-left: -7px;
            }
            .logoWave.wave7[_ngcontent-serverApp-c1] {
                margin-top: 101px;
                margin-left: 135px;
            }
            .modified[_ngcontent-serverApp-c1] .wave7[_ngcontent-serverApp-c1] {
                margin-top: 185px;
                margin-left: 3px;
            }
            .logoWave.wave8[_ngcontent-serverApp-c1] {
                margin-top: -68px;
                margin-left: 280px;
            }
            .modified[_ngcontent-serverApp-c1] .wave8[_ngcontent-serverApp-c1] {
                margin-top: -56px;
                margin-left: 140px;
            }
            .logoWave.wave9[_ngcontent-serverApp-c1] {
                margin-top: -136px;
                margin-left: 395px;
            }
            .logoWave.wave10[_ngcontent-serverApp-c1] {
                margin-top: -345px;
                margin-left: 403px;
            }
            .modified[_ngcontent-serverApp-c1] .wave10[_ngcontent-serverApp-c1] {
                margin-top: -185px;
                margin-left: 203px;
            }
            .logoWave.wave11[_ngcontent-serverApp-c1] {
                margin-top: -551px;
                margin-left: 380px;
            }
            .modified[_ngcontent-serverApp-c1] .wave11[_ngcontent-serverApp-c1] {
                margin-top: -271px;
                margin-left: 175px;
            }
            .logoWave.wave12[_ngcontent-serverApp-c1] {
                margin-top: -559px;
                margin-left: 150px;
            }
            .modified[_ngcontent-serverApp-c1] .wave12[_ngcontent-serverApp-c1] {
                margin-top: -279px;
                margin-left: 70px;
            }
            .logoWave.wave13[_ngcontent-serverApp-c1] {
                margin-top: -290px;
                margin-left: 89px;
                width: 290px;
            }
            .modified[_ngcontent-serverApp-c1] .wave13[_ngcontent-serverApp-c1] {
                margin-top: -140px;
                margin-left: 29px;
                width: 290px;
            }
            .logoWave.wave14[_ngcontent-serverApp-c1] {
                margin-top: 60px;
                margin-left: -115px;
                width: 290px;
            }
            .modified[_ngcontent-serverApp-c1] .wave14[_ngcontent-serverApp-c1] {
                margin-top: 20px;
                margin-left: -80px;
                width: 290px;
            }
            .logoWave.wave15[_ngcontent-serverApp-c1] {
                margin-top: -349px;
                margin-left: -217px;
            }
            .modified[_ngcontent-serverApp-c1] .wave15[_ngcontent-serverApp-c1] {
                margin-top: -126px;
                margin-left: -151px;
            }
            .logoWave.wave16[_ngcontent-serverApp-c1] {
                margin-top: -176px;
                margin-left: -301px;
            }
            .modified[_ngcontent-serverApp-c1] .wave16[_ngcontent-serverApp-c1] {
                margin-top: 26px;
                margin-left: 72px;
            }
            .wave-container[_ngcontent-serverApp-c1] {
                position: relative;
            }
            #sitting[_ngcontent-serverApp-c1] {
                height: 200px;
                position: absolute;
            }
            @-webkit-keyframes pulsateNav {
                0% {
                    transform: scale(0.1, 0.1);
                    opacity: 0;
                }
                100% {
                    transform: scale(1, 1);
                    opacity: 1;
                }
            }
            @keyframes pulsateNav {
                0% {
                    transform: scale(0.1, 0.1);
                    opacity: 0;
                }
                100% {
                    transform: scale(1, 1);
                    opacity: 1;
                }
            }
            @media screen and (max-width: 1024px) {
                .antennae[_ngcontent-serverApp-c1] {
                    z-index: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    opacity: 0;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                }
                .anim-antenna[_ngcontent-serverApp-c1] {
                    position: absolute;
                    height: 45px;
                }
                .antena1[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -58px;
                    top: 205px;
                }
                .android[_ngcontent-serverApp-c1] .antena1[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -114px;
                    top: 205px;
                }
                .antena2[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 0;
                    top: 310px;
                }
                .antena3[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -60px;
                    top: 295px;
                }
                .android[_ngcontent-serverApp-c1] .antena3[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -124px;
                    top: 295px;
                }
                .antena4[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -104px;
                    top: 310px;
                }
                .android[_ngcontent-serverApp-c1] .antena4[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -205px;
                    top: 310px;
                }
                .antena5[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -136px;
                    top: 280px;
                }
                .android[_ngcontent-serverApp-c1] .antena5[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -280px;
                    top: 280px;
                }
                .antena6[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -90px;
                    top: 225px;
                }
                .android[_ngcontent-serverApp-c1] .antena6[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -180px;
                    top: 225px;
                }
                .antena7[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 80px;
                    top: 170px;
                }
                .android[_ngcontent-serverApp-c1] .antena7[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 127px;
                    top: 170px;
                }
                .antena8[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 115px;
                    top: 175px;
                }
                .android[_ngcontent-serverApp-c1] .antena8[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 225px;
                    top: 175px;
                }
                .antena9[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 75px;
                    top: 205px;
                }
                .android[_ngcontent-serverApp-c1] .antena9[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 155px;
                    top: 205px;
                }
                .antena10[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 120px;
                    top: 215px;
                }
                .android[_ngcontent-serverApp-c1] .antena10[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 240px;
                    top: 215px;
                }
                .antena11[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 66px;
                    top: 260px;
                }
                .android[_ngcontent-serverApp-c1] .antena11[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 125px;
                    top: 260px;
                }
                .antena12[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 28px;
                    top: 270px;
                }
                .android[_ngcontent-serverApp-c1] .antena12[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 55px;
                    top: 270px;
                }
                .antena13[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 66px;
                    top: 355px;
                }
                .android[_ngcontent-serverApp-c1] .antena13[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 136px;
                    top: 355px;
                }
                .antena14[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 60px;
                    top: 395px;
                }
                .android[_ngcontent-serverApp-c1] .antena14[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 123px;
                    top: 395px;
                }
                .antena15[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 122px;
                    top: 380px;
                }
                .android[_ngcontent-serverApp-c1] .antena15[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 242px;
                    top: 380px;
                }
                .antena16[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: -25px;
                    height: 90px;
                    top: 225px;
                }
                .android[_ngcontent-serverApp-c1] .antena16[_ngcontent-serverApp-c1] {
                    margin-top: 10px;
                    margin-left: -50px;
                    height: 90px;
                    top: 225px;
                }
                .antena17[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    margin-left: 23px;
                    height: 90px;
                    top: 175px;
                }
                .logoWave[_ngcontent-serverApp-c1] {
                    position: absolute;
                    width: 70px;
                    transform: rotateZ(-15deg);
                }
                .logoWave.wave[_ngcontent-serverApp-c1] {
                    margin-top: 35px;
                    margin-left: -107px;
                }
                .logoWave.wave2[_ngcontent-serverApp-c1] {
                    margin-top: -26px;
                    margin-left: -129px;
                }
                .logoWave.wave3[_ngcontent-serverApp-c1] {
                    margin-top: -34px;
                    margin-left: -82px;
                }
                .logoWave.wave4[_ngcontent-serverApp-c1] {
                    margin-top: 22px;
                    margin-left: -57px;
                }
                .logoWave.wave5[_ngcontent-serverApp-c1] {
                    margin-top: 40px;
                    margin-left: -3px;
                }
                .logoWave.wave6[_ngcontent-serverApp-c1] {
                    margin-top: 325px;
                    margin-left: -7px;
                }
                .logoWave.wave7[_ngcontent-serverApp-c1] {
                    margin-top: -28px;
                    margin-left: 25px;
                }
                .logoWave.wave8[_ngcontent-serverApp-c1] {
                    margin-top: -106px;
                    margin-left: 288px;
                }
                .logoWave.wave9[_ngcontent-serverApp-c1] {
                    margin-top: -136px;
                    margin-left: 395px;
                }
                .logoWave.wave10[_ngcontent-serverApp-c1] {
                    margin-top: -345px;
                    margin-left: 403px;
                }
                .logoWave.wave11[_ngcontent-serverApp-c1] {
                    margin-top: -551px;
                    margin-left: 380px;
                }
                .logoWave.wave12[_ngcontent-serverApp-c1] {
                    margin-top: -559px;
                    margin-left: 150px;
                }
                .logoWave.wave13[_ngcontent-serverApp-c1] {
                    margin-top: -142px;
                    margin-left: 54px;
                    width: 205px;
                }
                .android[_ngcontent-serverApp-c1] .logoWave.wave13[_ngcontent-serverApp-c1] {
                    margin-top: -262px;
                    margin-left: 44px;
                    width: 205px;
                }
                .logoWave.wave14[_ngcontent-serverApp-c1] {
                    margin-top: -22px;
                    margin-left: -44px;
                    width: 205px;
                }
                .android[_ngcontent-serverApp-c1] .logoWave.wave14[_ngcontent-serverApp-c1] {
                    margin-top: -22px;
                    margin-left: -105px;
                    width: 205px;
                }
                .logoWave.wave15[_ngcontent-serverApp-c1] {
                    margin-top: -349px;
                    margin-left: -217px;
                }
                .logoWave.wave16[_ngcontent-serverApp-c1] {
                    margin-top: -176px;
                    margin-left: -301px;
                }
            }
            @media screen and (max-width: 1024px) and (max-width: 1024px) {
                .misc-icons[_ngcontent-serverApp-c1] {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }
                .misc1[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 260px;
                    margin-left: -69px;
                    height: 20px;
                }
                .android[_ngcontent-serverApp-c1] .misc1[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 260px;
                    margin-left: -135px;
                    height: 20px;
                }
                .misc2[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 280px;
                    margin-left: -6px;
                    height: 19px;
                }
                .android[_ngcontent-serverApp-c1] .misc2[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 286px;
                    margin-left: -11px;
                    height: 19px;
                }
                .misc5[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 236px;
                    margin-left: 50px;
                    height: 20px;
                }
                .android[_ngcontent-serverApp-c1] .misc5[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 236px;
                    margin-left: 90px;
                    height: 20px;
                }
                .misc6[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 100px;
                    margin-left: -240px;
                    height: 36px;
                }
                .misc7[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 150px;
                    margin-left: 157px;
                    height: 19px;
                }
                .android[_ngcontent-serverApp-c1] .misc7[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 150px;
                    margin-left: 257px;
                    height: 19px;
                }
                .misc8[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 328px;
                    margin-left: -145px;
                    height: 36px;
                }
                .android[_ngcontent-serverApp-c1] .misc8[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 328px;
                    margin-left: -285px;
                    height: 36px;
                }
                .misc9[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 206px;
                    margin-left: -163px;
                    height: 15px;
                }
                .android[_ngcontent-serverApp-c1] .misc9[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 206px;
                    margin-left: -273px;
                    height: 15px;
                }
                .misc10[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 156px;
                    margin-left: -137px;
                    height: 18px;
                }
                .android[_ngcontent-serverApp-c1] .misc10[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 156px;
                    margin-left: -207px;
                    height: 18px;
                }
                .misc11[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 190px;
                    margin-left: -99px;
                    height: 13px;
                }
                .android[_ngcontent-serverApp-c1] .misc11[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 190px;
                    margin-left: -129px;
                    height: 13px;
                }
                .misc13[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 300px;
                    margin-left: 150px;
                    height: 30px;
                }
                .android[_ngcontent-serverApp-c1] .misc13[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 300px;
                    margin-left: 250px;
                    height: 30px;
                }
                .misc17[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 395px;
                    margin-left: 88px;
                    height: 20px;
                }
                .android[_ngcontent-serverApp-c1] .misc17[_ngcontent-serverApp-c1] {
                    margin-top: 0;
                    top: 395px;
                    margin-left: 183px;
                    height: 20px;
                }
            }