/*Variables*/
@import url("https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Protest+Revolution&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Protest+Revolution&display=swap");
@import url("https://fonts.cdnfonts.com/css/source-sans-pro");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=PT+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Protest+Revolution&display=swap");
@import url("https://fonts.cdnfonts.com/css/source-sans-pro");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=PT+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Protest+Revolution&display=swap");
@import url("https://fonts.cdnfonts.com/css/source-sans-pro");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=PT+Sans:wght@700&display=swap");
:root {
  --bg-navbar: $bg-navbar;
  --text-colornavbar: $text-colornavbar;
  --text-colornavbarHover: $text-colornavbarHover;
  --text-Home: $text-Home;
  --text-color: $text-color;
  --boxshadow: $boxshadow;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 45px;
}

section {
  width: 100%;
  color: black;
  padding: 1% 5%;
}

header {
  transition: all 0.6s ease-out;
}
header.sticky {
  background: linear-gradient(90deg in oklab, rgb(0, 179, 255) 30%, rgb(0, 39, 211));
  transition: background 0.6s ease-out;
}

.TitleContnt,
hr {
  margin-bottom: 2rem;
  font-family: "Protest Guerrilla", sans-serif;
}

hr {
  margin-top: 1rem;
  border-radius: 40%;
  font-weight: 700;
}

@media (max-width: 1920px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 140%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 6.5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
}
@media (max-width: 1440px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5.5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
}
@media (max-width: 1367px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5.5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
}
@media (max-width: 1280px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5.5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
}
@media (max-width: 1025px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
}
@media (max-width: 769px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
  body .header #headernavbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.7s ease-in-out;
  }
  body .header #headernavbar #navbar #nav-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: block;
    width: 100%;
  }
  body .header ul {
    background: linear-gradient(90deg in oklab, rgb(0, 179, 255) 30%, rgb(0, 39, 211));
    border-radius: 0;
  }
  body .header ul li a {
    border-radius: 0;
  }
  body .header ul li.active {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 3.5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
  body .header #headernavbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.7s ease-in-out;
  }
  body .header #headernavbar #navbar #nav-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: block;
    width: 100%;
  }
  body .header ul {
    background: linear-gradient(90deg in oklab, rgb(0, 179, 255) 30%, rgb(0, 39, 211));
    border-radius: 0;
  }
  body .header ul li a {
    border-radius: 0;
  }
  body .header ul li.active {
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    gap: 1rem;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.175);
    box-shadow: 0px 2px 15px rgba(157, 255, 250, 0.631372549);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body .header #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 3.5rem;
    overflow: hidden;
  }
  body .header #logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  body .header #menu-icon {
    font-size: 1.8rem;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  body .header #menu-icon:hover {
    background-color: white;
    color: black;
  }
  body .header #menu-icon.active {
    background-color: white;
    color: black;
  }
  body .header #headernavbar {
    width: 100%;
  }
  body .header #headernavbar #navbar #nav-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: flex;
  }
  body .header ul {
    list-style-type: none;
    border-radius: 0 0 5% 5%;
    gap: 1rem;
  }
  body .header ul li {
    position: relative;
  }
  body .header ul li a {
    color: white;
    border-radius: 0 0 5% 5%;
    width: 100%;
    padding: 0.8rem;
    display: block;
    transition: all 0.6s ease-in-out;
  }
  body .header ul li.active {
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li.active > a {
    color: black;
  }
  body .header ul li:hover {
    transition: all 0.2s ease-out;
    border-radius: 1rem;
    background-color: white;
  }
  body .header ul li:hover > a {
    color: black;
  }
  body .header #headernavbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.7s ease-in-out;
  }
  body .header #headernavbar #navbar #nav-container {
    flex-direction: column;
    justify-content: flex-start;
  }
  body .header #headernavbar #navbar #nav-container #navbar-nav {
    display: block;
    width: 100%;
  }
  body .header ul {
    background: linear-gradient(90deg in oklab, rgb(0, 179, 255) 30%, rgb(0, 39, 211));
    border-radius: 0;
  }
  body .header ul li a {
    border-radius: 0;
  }
  body .header ul li.active {
    border-radius: 0;
  }
}
@keyframes animate {
  0% {
    background-position-x: left 0px top 80px;
  }
  40% {
    background-position: left 800px top -20px;
  }
  80% {
    background-position: left 1800px top -20px;
  }
  100% {
    background-position: left 2400px top 80px;
  }
}
@media (max-width: 1920px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 48rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 80rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 130%;
    width: 50rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.2rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 50rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 130%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 2.2rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 30rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
}
@media (max-width: 1440px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 43rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 70rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 100%;
    width: 45rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 45rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 2rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 25rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
}
@media (max-width: 1367px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 43rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 60rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 100%;
    width: 40rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 40rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 2rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 20rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
}
@media (max-width: 1280px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 43rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 60rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 100%;
    width: 40rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 40rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 2rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 20rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
}
@media (max-width: 1025px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 37rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 33rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 75%;
    width: 33rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 33rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 75%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 1.5rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 16rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
}
@media (max-width: 769px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 37rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 28rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 75%;
    width: 28rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.25rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 28rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 75%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 1.25rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 14rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
}
@media (max-width: 576px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 51rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 23rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 75%;
    width: 25rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 25rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 75%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2.1rem;
    height: 2.1rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 1.5rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 12rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
  body #Home {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 425px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 55rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 22rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 80%;
    width: 24rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 24rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 80%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 1.3rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 12rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
  body #Home {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  body #Home #HomeContain #btn-contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 375px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 55rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 21.5rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 80%;
    width: 24rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 24rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 80%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 1.3rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 12rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
  body #Home {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  body #Home #HomeContain #btn-contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 320px) {
  body #Home {
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 55rem;
    overflow: hidden;
  }
  body #Home #fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  body #Home #gradientHome {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.782) 1%, transparent);
  }
  body #Home #HomeContain {
    padding: 1rem;
    width: 19rem;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1843137255);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(157, 255, 250, 0.631372549) 0px 5px 15px;
    border-radius: 2rem;
  }
  body #Home #HomeContain #Text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body #Home #HomeContain #Text #info {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    font-size: 90%;
    width: 21rem;
  }
  body #Home #HomeContain #Text #info #eslogan {
    padding: 1rem 0;
    color: rgba(255, 255, 255, 0.1);
    background-color: white;
    background-image: url(../SRC/IMG/blue-water-splash.webp);
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
  }
  body #Home #HomeContain #Text #info h1 {
    font-family: "Permanent Marker", cursive;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.1rem;
  }
  body #Home #HomeContain #Text #info p {
    padding-bottom: 1rem;
    font-weight: 400;
  }
  body #Home #HomeContain #Text #btn-contacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 21rem;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 3rem;
    border: solid 0.2rem #00b7ff;
    border-radius: 1rem;
    font-size: 90%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #00b7ff;
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts .btn-box .btn:hover, body #Home #HomeContain #Text #btn-contacts .btn-box .btn:active {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds {
    position: relative;
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    color: #00b7ff;
    background: transparent;
    border: solid 0.1rem #00b7ff;
    border-radius: 50%;
    transition: 0.5s;
    transition: box-shadow 0.3s ease;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a i {
    font-size: 1.1rem;
  }
  body #Home #HomeContain #Text #btn-contacts #home-rds a:hover {
    box-shadow: 0 0 1rem #00b7ff;
    color: white;
    border: solid 0.1rem white;
    background: linear-gradient(to bottom, #00b7ff, #009cd9);
  }
  body #Home #empty {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #Home #empty #logo {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 12rem;
    z-index: 1;
  }
  body #Home .custom-shape-divider-bottom-1727763570 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Home .custom-shape-divider-bottom-1727763570 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    filter: drop-shadow(0px 5px 1rem rgb(0, 0, 0));
  }
  body #Home .custom-shape-divider-bottom-1727763570 .shape-fill {
    fill: #ffffff;
  }
  body #Home {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  body #Home #HomeContain #btn-contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
@media (max-width: 1920px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 200%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 150%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13rem 0 0;
    border: none;
    width: 100%;
    height: 25rem;
    max-width: 45ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 115%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
}
@media (max-width: 1440px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 150%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13rem 0 0;
    border: none;
    width: 100%;
    height: 25rem;
    max-width: 45ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 90%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
}
@media (max-width: 1367px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 150%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13rem 0 0;
    border: none;
    width: 100%;
    height: 25rem;
    max-width: 45ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 90%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
}
@media (max-width: 1280px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 150%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12rem 0 0;
    border: none;
    width: 100%;
    height: 27rem;
    max-width: 45ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 90%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
}
@media (max-width: 1025px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 120%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7rem 0 0;
    border: none;
    width: 100%;
    height: 20rem;
    max-width: 35ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 80%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
}
@media (max-width: 769px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 120%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 90%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7rem 0 0;
    border: none;
    width: 100%;
    height: 20rem;
    max-width: 38ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 80%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
  body #Service #ServiceContent #CardService .owl-carousel .owl-stage-outer {
    padding: 2rem 0;
  }
  body #Service #ServiceContent #CardService .owl-carousel .card {
    margin: 0 1rem;
  }
}
@media (max-width: 576px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 120%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9rem 0 0;
    border: none;
    width: 100%;
    height: 21rem;
    max-width: 50ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 75%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
  body #Service #ServiceContent p,
  body #Service #ServiceContent h1 {
    text-align: center;
  }
  body #Service #ServiceContent #CardService .owl-carousel .card .card-container .card-body .card-title {
    font-size: 110%;
  }
}
@media (max-width: 425px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 120%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9.5rem 0 0;
    border: none;
    width: 100%;
    height: 20em;
    max-width: 50ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 75%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
  body #Service #ServiceContent {
    padding: 1rem 0;
  }
  body #Service #ServiceContent p,
  body #Service #ServiceContent h1 {
    text-align: center;
  }
  body #Service #ServiceContent #CardService .owl-carousel .owl-stage-outer {
    padding: 1rem 0;
  }
  body #Service #ServiceContent #CardService .owl-carousel .card .card-container .card-body .card-title {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 100%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9.5rem 0 0;
    border: none;
    width: 100%;
    height: 20rem;
    max-width: 50ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 75%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
  body #Service #ServiceContent {
    padding: 1rem 0;
  }
  body #Service #ServiceContent #ServiceInfo {
    padding: 0;
  }
  body #Service #ServiceContent p,
  body #Service #ServiceContent h1 {
    text-align: center;
  }
  body #Service #ServiceContent #CardService {
    padding: 1rem;
  }
  body #Service #ServiceContent #CardService .owl-carousel .item .card {
    margin: 2rem 1rem;
  }
  body #Service #ServiceContent #CardService .owl-carousel .item .card .card-container .card-body .card-title {
    font-size: 100%;
  }
}
@media (max-width: 320px) {
  body #Service {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Service #ServiceContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
  }
  body #Service #ServiceContent .Title {
    color: rgb(0, 144, 211);
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 90%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  body #Service #ServiceContent #ServiceInfo {
    font-family: "Poppins", sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
  }
  body #Service #ServiceContent #ServiceInfo p {
    font-size: 90%;
  }
  body #Service #ServiceContent #CardService {
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #Service #ServiceContent #CardService #carousel1 .item {
    display: flex;
    justify-content: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card {
    margin: 2rem;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12rem 0 0;
    border: none;
    width: 100%;
    height: 20rem;
    max-width: 50ch;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container {
    border-radius: 1rem;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    transform: translateY(85%);
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body {
    width: 100%;
    text-align: center;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title {
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-title::after {
    content: "";
    position: absolute;
    height: 0.4rem;
    background-color: #00b7ff;
    width: 120%;
    left: -1.5rem;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }
  body #Service #ServiceContent #CardService #carousel1 .card .card-container .card-body .card-text {
    padding: 0.5rem 1rem;
    font-size: 50%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: justify;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover, body #Service #ServiceContent #CardService #carousel1 .card:active {
    box-shadow: 0 0 1rem 0.5rem #00b7ff;
    transform: scale(1.05);
    cursor: pointer;
    transition-duration: 0ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container {
    transform: translateY(0%);
    transition-delay: 250ms;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-title::after, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-title::after,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-title::after {
    transform: scaleX(1);
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body .card-text, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body .card-text,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body .card-text {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Spans, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Spans,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Spans {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:hover .card:focus-within .card-container .card-body #Enlaces a, body #Service #ServiceContent #CardService #carousel1 .card:active .card-container .card-body #Enlaces a,
  body #Service #ServiceContent #CardService #carousel1 .card:active .card:focus-within .card-container .card-body #Enlaces a {
    opacity: 1;
  }
  body #Service #ServiceContent #CardService #carousel1 #card1 {
    background-image: url("../SRC/IMG/Fuente-Agua-Luminosa.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card2 {
    background-image: url("../SRC/IMG/Piscina y jaccuzi.webp");
    background-size: 20rem 25rem;
  }
  body #Service #ServiceContent #CardService #carousel1 #card3 {
    background-image: url("../SRC/IMG/Planta-tratamiento-agua-bosstech.webp");
    background-size: 20rem 25rem;
  }
  body #Wave {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    height: 100%;
  }
  body #Wave .waveWater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.3rem;
    background: url(../SRC/IMG/bubble-side-divider.webp);
    background-size: 1000px 70px;
  }
  body #Wave .waveWater1 {
    animation: animate 10s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  body #Wave .waveWater2 {
    animation: animate2 5s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 2px;
  }
  body #Service #ServiceContent #ServiceInfo {
    padding: 0;
  }
  body #Service #ServiceContent p,
  body #Service #ServiceContent h1 {
    text-align: center;
  }
  body #Service #ServiceContent #CardService .owl-carousel .card {
    margin: 2rem 0;
  }
  body #Service #ServiceContent #CardService .owl-carousel .card .card-container .card-body .card-title {
    font-size: 65%;
  }
}
@keyframes rotate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
    border-radius: 50%;
  }
  20% {
    transform: translateY(-250px) rotate(360deg);
    opacity: 1;
    border-radius: 50%;
  }
  65% {
    transform: translateY(-750px) rotate(360deg);
    opacity: 0;
    border-radius: 50%;
  }
  100% {
    transform: translateY(-1000px) rotate(360deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@media (max-width: 1920px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 200%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 150%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 23rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 16rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 6rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 1.5rem;
    height: 1.5rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 1440px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 150%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 17rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 5rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 1rem;
    height: 1rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 1367px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 150%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 16rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 5rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 1rem;
    height: 1rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 1280px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 150%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 16rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 5rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 1rem;
    height: 1rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 1025px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 120%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 16rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 4rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 1rem;
    height: 1rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 769px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 120%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 16rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 3rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 1rem;
    height: 1rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 576px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 14rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 3rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 0.8rem;
    height: 0.8rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 425px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 14rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 3rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 0.8rem;
    height: 0.8rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 375px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 100%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 14rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 3rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 0.8rem;
    height: 0.8rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 320px) {
  body #Testimonials {
    background-color: #006094;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Testimonials #TestimonialsContent {
    position: relative;
    padding: 1rem;
    margin: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #TestimonialsTitle {
    color: white;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 90%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  body #Testimonials #TestimonialsContent #container {
    display: flex;
    width: 100%;
    color: white;
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-around;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item {
    font-size: 80%;
    display: flex;
    justify-content: center;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card {
    width: 14rem;
    display: inline-block;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content {
    overflow: hidden;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image {
    position: relative;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -0.75rem;
    padding-top: 1.5rem;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img {
    width: 12rem;
    margin: 0 auto;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card_img img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-image .card-shadow {
    background-color: grey;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    filter: blur(45px);
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info {
    background-color: rgb(0, 0, 0);
    padding: 1.5rem 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .item .Card .card-content .card-info .card_description {
    font-weight: 500;
    margin: 10px 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next {
    font-size: 3rem;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-prev:hover,
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #00c8ff;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.646);
    width: 0.8rem;
    height: 0.8rem;
    transition: background-color 0.3s ease-in-out;
  }
  body #Testimonials #TestimonialsContent #container .owl-carousel .owl-dots .owl-dot.active span {
    background-color: white;
  }
  body #Testimonials .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #Testimonials .bubble li {
    position: absolute;
    display: block;
    list-style: none;
    width: 2rem;
    height: 2rem;
    box-shadow: inset 5px -5px 10px white;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.18);
    transition: all 3s ease-in-out;
    animation: rotate 5s linear infinite;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    bottom: -150px;
  }
  body #Testimonials .bubble li:nth-child(1) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
  }
  body #Testimonials .bubble li:nth-child(2) {
    left: 15%;
    width: 150px;
    height: 150px;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(3) {
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    animation-duration: 5s;
  }
  body #Testimonials .bubble li:nth-child(4) {
    left: 60%;
    width: 200px;
    height: 200px;
    animation-delay: 5s;
  }
  body #Testimonials .bubble li:nth-child(5) {
    left: 30%;
    width: 110px;
    height: 110px;
    animation-delay: 15s;
  }
  body #Testimonials .bubble li:nth-child(6) {
    left: 10%;
    width: 200px;
    height: 200px;
    animation-delay: 3s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(7) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 10s;
    animation-duration: 6s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 12s;
    animation-duration: 8s;
  }
  body #Testimonials .bubble li:nth-child(8) {
    left: 40%;
    width: 80px;
    height: 80px;
    animation-delay: 6s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(9) {
    left: 40%;
    width: 200px;
    height: 200px;
    animation-delay: 1s;
    animation-duration: 10s;
  }
  body #Testimonials .bubble li:nth-child(10) {
    left: 50%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  body #Testimonials .bubble li:nth-child(11) {
    left: 90%;
    width: 300px;
    height: 300px;
    animation-delay: 2s;
    animation-duration: 20s;
  }
  body #Testimonials .bubble li:nth-child(12) {
    left: 60%;
    width: 300px;
    height: 300px;
    animation-delay: 3s;
    animation-duration: 20s;
  }
}
@media (max-width: 1920px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 200%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 60rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 150%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 150%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 140%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 1440px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 60rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 1367px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 60rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 1280px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 150%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 60rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 1025px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 120%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 40rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 769px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 120%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 35rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 576px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 120%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 30rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 425px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 120%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 30rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 375px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 100%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 30rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 100%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}
@media (max-width: 320px) {
  body #Contact {
    background-color: black;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body #Contact .custom-shape-divider-top-1728070362 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  body #Contact .custom-shape-divider-top-1728070362 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
  }
  body #Contact #fondo1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 12rem;
    z-index: -1;
  }
  body #Contact #ContactContainer {
    position: relative;
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 2rem;
    justify-content: center;
  }
  body #Contact #ContactContainer #contact {
    text-align: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 90%;
    margin-bottom: 2rem;
  }
  body #Contact #ContactContainer #contact span {
    font-family: "PT Sans Caption", sans-serif;
    color: rgb(0, 144, 211);
  }
  body #Contact #ContactContainer form {
    max-width: 25rem;
    margin: 1rem auto;
    text-align: center;
  }
  body #Contact #ContactContainer form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #Contact #ContactContainer form .input-box .input-field {
    background-color: rgba(14, 35, 54, 0.25);
    position: relative;
    width: 49%;
    margin: 0.8rem 0;
  }
  body #Contact #ContactContainer form .input-box .input-field input {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 90%;
    color: white;
    background: transparent;
    border-radius: 0.6rem;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .input-box .input-field input::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .input-box .input-field input:focus ~ .focus, body #Contact #ContactContainer form .input-box .input-field input:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .input-box .input-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .textarea-field {
    position: relative;
    margin: 0.8rem 0 2.7rem;
    display: flex;
  }
  body #Contact #ContactContainer form .textarea-field textarea {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    position: relative;
    background-color: rgba(14, 35, 54, 0.25);
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 90%;
    color: white;
    border-radius: 0.6rem;
    resize: none;
    border: solid rgb(0, 144, 211) 2px;
    z-index: 2;
  }
  body #Contact #ContactContainer form .textarea-field textarea::-moz-placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea::placeholder {
    color: white;
  }
  body #Contact #ContactContainer form .textarea-field textarea:focus ~ .focus, body #Contact #ContactContainer form .textarea-field textarea:valid ~ .focus {
    width: 100%;
  }
  body #Contact #ContactContainer form .textarea-field .focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(41, 92, 136, 0.376);
    z-index: 1;
    transition: 0.5s;
  }
  body #Contact #ContactContainer form .btn-box {
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 5rem;
    justify-content: center;
  }
  body #Contact #ContactContainer form .btn-box .btn {
    position: relative;
    width: 10rem;
    cursor: pointer;
    height: 4rem;
    border: solid 0.2rem rgb(0, 144, 211);
    border-radius: 1rem;
    font-size: 90%;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: rgb(0, 144, 211);
    transition: 0.3s;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
  }
  body #Contact #ContactContainer form .btn-box .btn:hover, body #Contact #ContactContainer form .btn-box .btn:active {
    box-shadow: 0 0 2.5rem rgb(0, 144, 211);
    color: white;
    background: linear-gradient(to bottom, rgb(0, 144, 211), #009cd9);
  }
}/*# sourceMappingURL=Styles.css.map */