@font-face {
  font-family: Flexolight;
  src: url(../fonts/Flexo-Light/Flexo-Light.ttf);
  font-style: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: Flexolight, Arial, Helvetica, sans-serif;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu[data-bs-popper] {
  background: #fff;
  border: none;
  top: 50px;
  left: 20px;
}

.navbar-expand-xl .navbar-collapse {
  flex-direction: column;
}

.dropdown-menu[data-bs-popper] {
  left: 50px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0076a3;
}

.dropdown .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}

#navbar-navlist .nav-link {
  font-size: 16px;
  padding: 0;
  margin: 10px 0 20px 30px;
}

#navbar-navlist2 .nav-link {
  padding: 0;
  margin: 10px 0 0 15px;
  font-weight: 400;
}

.app-slider,
#cta {
  padding-bottom: 50px;
}

.cta {
  background-image: url("../images/cta-bg.webp");
}

.cta::before,
.cta::after {
  background: #f8f9fc;
}

.service {
  padding-bottom: 0;
}

.service-icon {
  padding: 44px !important;
}

.logo-servicio-tecnico {
  width: 300px;
}

.buscador-cp-post-venta {
  padding: 50px 0;
}
.buscador-cp-post-venta form {
  display: flex;
}

nav img {
  height: unset;
  width: 200px;
}
nav.nav-sticky img {
  width: 170px;
}

.footer img {
  height: unset;
}

.modal-index .modal-header {
  border-bottom: 0;
}
.modal-index .modal-footer {
  justify-content: center;
  border-top: 0;
}
.modal-index iframe {
  width: 100%;
  height: 420px;
}

.accordion-button:focus {
  border-color: #0076a3;
  box-shadow: 0 0 0 0.25rem rgba(0, 118, 163, 0.5);
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  color: unset;
}

.preguntas-frecuentes a {
  color: unset;
}

.img-banner {
  width: 700px;
}

.smallphone-image {
  width: 200px;
}

.cta .cta-phone-image {
  top: -20%;
}

.btn {
  background: #116a8d;
  text-transform: uppercase;
}

.robots .nav-item .nav-link {
  color: unset;
}
.robots .video iframe {
  width: 100%;
  height: 626px;
}
.robots .robot {
  margin-top: 50px;
  margin-bottom: 100px;
}
.robots .robot img {
  width: 300px;
}
.robots .service {
  padding-bottom: 120px;
}

.post-venta .service {
  padding-bottom: 120px;
}
.post-venta .imagen-producto iframe {
  width: 100%;
  height: 240px;
}
.post-venta p {
  font-size: 14px;
  line-height: 1.4;
}
.post-venta p span {
  font-weight: 800;
}
.post-venta .mis-productos {
  padding: 25px;
}
.post-venta #resultados .row {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #0076a3;
}
.post-venta #resultados .btn {
  color: #fff;
  background-color: #0076a3;
}
.post-venta #resultados .btn:hover {
  color: #fff;
  background-color: #116a8d;
}

@keyframes ani-bg {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.precios-sugeridos .text-right {
  text-align: right;
}
.precios-sugeridos .service {
  padding-bottom: 120px;
}

.valores-reparaciones .text-right {
  text-align: right;
}
.valores-reparaciones .service {
  padding-bottom: 120px;
}

.instagram_feed {
  display: flex;
  flex-wrap: wrap;
}
.instagram_feed img.insta-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.instagram_feed .insta-link {
  position: relative;
  display: block;
  background: #232323;
  padding-top: 100%;
}
.instagram_feed .instagram_feed .instagram_new {
  padding: 0 1px 1px 0;
  box-sizing: border-box;
}

.contenido {
  visibility: hidden;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
  background-color: #fff;
  width: 100vw;
  z-index: 99999;
  top: 0;
}

@keyframes ani-bg {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.smallphone-image {
  margin-left: -50px;
  animation: ani-bg 3s infinite;
}

.text-yellow {
  color: #f9b430;
}
.text-yellow:hover {
  color: #fff;
}

.pb-100 {
  padding-bottom: 100px;
}

.navbar-custom .navbar-nav li a:focus {
  color: #0076a3 !important;
}

.dropdown-menu li {
  text-align: center;
}
.dropdown-menu li a {
  color: #000;
}
.dropdown-menu li:hover {
  background-color: #0076a3;
}
.dropdown-menu li:hover a {
  color: #fff;
}

.more-info-1, .more-info-2, .more-info-3, .more-info-4, .more-info-5, .more-info-6 {
  display: none;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.more-info-1.show, .more-info-2.show, .more-info-3.show, .more-info-4.show, .more-info-5.show, .more-info-6.show {
  display: table-row;
  height: 100%;
}

.robot-model-img {
  position: relative;
}
.robot-model-img:hover {
  border: 2px solid #0076a3;
  border-radius: 10px;
}
.robot-model-img:hover img {
  opacity: 0.2;
  transition: all 0.5s ease;
}
.robot-model-img:hover .robot-model {
  color: #0076a3;
  font-size: 32px;
  font-weight: 800;
  right: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.robot-model {
  position: absolute;
  bottom: 5px;
  right: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  transition: all 0.5s ease;
}

.footer {
  padding: 20px 0;
  transition: all 0.5s ease;
}
.footer ul {
  display: flex;
  justify-content: space-evenly;
}
.footer .footer-icon {
  display: flex;
  justify-content: center;
}
.footer .footer-icon a {
  border: 1px dashed #fff;
  position: relative;
  z-index: 9999;
}
.footer .footer-icon i {
  color: #fff !important;
}

.pullup-info {
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.info-mail,
.info-phone {
  padding: 15px 0;
  height: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.5s ease;
  position: absolute;
}
.info-mail.active,
.info-phone.active {
  height: unset;
  opacity: 1;
}

.mobile-icons {
  display: none;
}

.mobile-icons i,
.desktop-icons i {
  padding: 8px 10px;
  border: 1px dashed rgba(131, 132, 133, 0.5);
}

.desktop-icons {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 20px;
  bottom: 45px;
  z-index: 1000;
}

.nav-sticky.navbar-custom .dropdown-menu li a:hover {
  color: #f8f9fc !important;
}

.afip {
  display: none;
  position: absolute;
  bottom: -8px;
  right: 0;
}
.afip img {
  width: 30px;
  margin-left: 25px;
}

.fixed-top {
  z-index: 9999;
}

.slider {
  margin-top: 70px;
}
.slider .bx-wrapper {
  position: relative;
  border: unset;
  margin-bottom: 0;
}
.slider.mobile {
  display: none;
}
@media (max-width: 575px) {
  .slider.mobile {
    display: block;
  }
  .slider.desktop {
    display: none !important;
  }
}

header {
  position: relative;
}

.internal .e-line {
  background: url("../images/internals/E40i_header.jpg");
}
.internal .s-line {
  background: url("../images/internals/S300i_header.jpg");
}
.internal .m-line {
  background: url("../images/internals/M500_header.jpg");
}
.internal .liberty-line {
  background: url("../images/internals/BANNER-LIBERTY-1.jpg");
}
.internal .wave-line {
  background: url("../images/internals/Wave300-header.jpg");
}
.internal .otros-productos {
  background: url("../images/internals/PL.jpg");
}
.internal .e-10 {
  background: url("../images/internals/E10_header.jpg");
}
.internal .e-20 {
  background: url("../images/internals/E20_header.jpg");
}
.internal .s-50 {
  background: url("../images/internals/S50_header.jpg");
}
.internal .s-100 {
  background: url("../images/internals/S100_header.jpg");
}
.internal .s-200 {
  background: url("../images/internals/S200_header.jpg");
}
.internal .s-300i {
  background: url("../images/internals/S300i_header-1.jpg");
}
.internal .s-400 {
  background: url("../images/internals/S400_header.jpg");
}
.internal .m-600 {
  background: url("../images/internals/M600_header.jpg");
}
.internal .m-700 {
  background: url("../images/internals/M700_header-scaled.jpg");
}
.internal .liberty-200 {
  background: url("../images/internals/BANNER-200.jpg");
}
.internal .liberty-300 {
  background: url("../images/internals/BANNER-300.jpg");
}
.internal .liberty-400 {
  background: url("../images/internals/BANNER-400.jpg");
}
.internal .wave-30 {
  background: url("../images/internals/Wave50-header.jpg");
}
.internal .wave-50 {
  background: url("../images/internals/Wave50-header.jpg");
}
.internal .wave-90 {
  background: url("../images/internals/Wave-90i-header.jpg");
}
.internal .prox-2 {
  background: url("../images/internals/PROX2-header.jpg");
}
.internal .pro-gyro {
  background: url("../images/internals/2X2-header.jpg");
}
.internal .pool-up {
  background: url("../images/internals/POOL_up_banner.jpg");
}
.internal .navbar {
  background-color: #fff !important;
}
.internal .nav-sticky > .internal-banner {
  background-position: 72px;
  margin-top: 72px;
  transition: 0.5s all ease;
}
.internal .internal-banner {
  position: relative;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: center 70px;
  background-repeat: no-repeat;
  margin-top: 70px !important;
}
.internal .internal-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.internal .internal-banner .content {
  position: relative;
  z-index: 4;
  width: 1199px;
  margin: 0 auto;
  padding: 6% 0;
}
.internal .internal-banner .content .title {
  margin-bottom: 0;
}
.internal .internal-banner .content p {
  font-weight: 600;
}
.internal .features {
  background-color: #e5f0f3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.internal .features .content {
  text-align: center;
}
.internal .features .content h3 {
  margin: 25px 0;
}
.internal .features-bottom {
  background-color: #4CBCD7;
}
.internal .features-bottom .content p:first-of-type {
  margin-top: 25px;
}
.internal .products .content {
  text-align: center;
  margin-top: 25px;
}
.internal .products .content img {
  filter: drop-shadow(1px 5px 17px #4cbcd7);
}
.internal .products .content h3 {
  color: #4CBCD7;
}
.internal .caracteristics {
  background-color: #282F37;
}
.internal .caracteristics .content {
  text-align: center;
  margin-top: 50px;
}
.internal .caracteristics .content h3,
.internal .caracteristics .content p {
  color: #fff;
}
.internal .caracteristics .content h3 {
  margin-top: 25px;
}
.internal .specs {
  background-color: #fff !important;
}
.internal .specs .table {
  margin-top: 50px;
}
.internal .manuals_and_video {
  background-color: #f7f7f7;
}
.internal .manuals_and_video .video iframe {
  width: 100%;
  height: 307px;
}
.internal .manuals_and_video .btn {
  margin-bottom: 15px;
}
.internal .mente-tranquila {
  display: flex;
  align-items: center;
  background-color: #282F37;
}
.internal .mente-tranquila .content {
  flex: 0 0 50%;
  padding: 50px 10%;
}
.internal .mente-tranquila .content p {
  color: #fff;
}
.internal .mente-tranquila .image {
  flex: 0 0 50%;
  background: url("../images/internals/banner_img.jpg");
  background-repeat: no-repeat;
  height: 450px;
}
.internal .title {
  margin-bottom: 50px;
}

.bg-dark {
  background: #282F37 !important;
}

.mobile-icons i,
.desktop-icons i,
.post-meta a:hover,
.blog-post-title:hover,
.text-primary,
.btn-outline-primary,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item.active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:focus,
.dropup .dropdown-menu .dropdown-item.active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:focus,
.dropright .dropdown-menu .dropdown-item.active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:focus,
.dropleft .dropdown-menu .dropdown-item.active,
.link-post-content i {
  color: #4CBCD7 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:focus,
.nav-sticky.navbar-custom .navbar-nav li a:active,
.service .service-box a,
.title-primary {
  color: #4CBCD7;
}

.dropdown-menu li:hover,
.bg-dolphin-primary {
  background-color: #4CBCD7;
}

.btn {
  border-radius: 25px;
  background: #4CBCD7;
  border-color: #4CBCD7;
}
.btn:hover {
  background: #FAA015;
  border-color: #FAA015;
}

.bg-gradiant {
  background: #4CBCD7;
}

.bg-overlay-gradiant {
  background: rgb(40, 47, 55) !important;
}

.elegi_tu_robot {
  background-image: url("../images/elegir_robot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-attachment: fixed;
}
.elegi_tu_robot::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 80%, rgb(255, 255, 255) 100%);
}
.elegi_tu_robot .content {
  position: relative;
  z-index: 0;
  text-align: center;
}
.elegi_tu_robot .content p {
  color: #183b56 !important;
}

h2 {
  color: #183b56;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.modal .mobile {
  display: none;
}
.modal .modal-body {
  padding: 2px;
}
.modal .modal-dialog .btn-close {
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  opacity: 1;
}

/*-------------------------------------------------------------------------------------------*/
@media (max-width: 1599px) {
  .navbar-nav.ms-auto {
    margin-left: unset !important;
  }
}
@media (max-width: 1199px) {
  .slider {
    margin-top: 81px;
  }
  .navbar {
    background-color: #fff !important;
  }
  .img-banner {
    width: 500px;
  }
  .navbar .logo .logo-dark {
    width: 200px;
  }
  h1.display-5 {
    margin-top: 100px;
  }
  .footer ul {
    flex-direction: column;
  }
  .internal .internal-banner {
    background-attachment: unset;
    background-position: top left !important;
    background-size: cover;
    margin-top: 70px !important;
  }
  .internal .internal-banner .content {
    width: 90vw;
  }
}
@media (max-width: 991px) {
  .desktop-icons {
    display: none;
  }
  .mobile-icons {
    display: block;
  }
  .home {
    padding: 120px 0;
  }
  h1.display-5 {
    margin-top: 0px;
  }
  .dropdown-menu li {
    text-align: left;
    margin-left: 50px;
  }
  #navbar-navlist .nav-link {
    margin-bottom: 0;
  }
  .home {
    padding-bottom: 0;
  }
  .cta .cta-phone-image {
    top: 0;
    text-align: center;
  }
  .cta .cta-phone-image img {
    width: 80%;
  }
  .mobile-icons {
    position: fixed;
    right: 50px;
    top: 25px;
    z-index: 1500;
  }
}
@media (max-width: 768px) {
  .nav-sticky.navbar-custom .navbar-nav li a {
    color: #000 !important;
  }
}
@media (max-width: 767px) {
  iframe,
  .contact-map iframe {
    width: 100% !important;
  }
  .servicio-tecnico img {
    width: 100%;
  }
  .app-slider .col-md-4 {
    text-align: center;
  }
  .app-slider img {
    width: 60%;
  }
  .contact .m-5 {
    margin: 0 !important;
  }
  .map-shape {
    display: none;
  }
  .robot-model {
    right: 42%;
  }
  .internal .f-40 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .modal .desktop {
    display: none;
  }
  .modal .mobile {
    display: block;
  }
  .navbar .logo .logo-dark {
    width: 120px;
  }
  .mobile-icons {
    top: 20px;
  }
  .home {
    min-height: unset;
    padding: 90px 0 0;
  }
  .img-banner {
    width: 100%;
  }
  .nav-tabs .nav-item {
    flex: 0 0 100%;
  }
  .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .navbar .logo .logo-dark {
    width: 80px;
  }
  .mobile-icons {
    top: 10px;
  }
  .navbar .mobile-icons {
    margin-right: 15px;
  }
  .navbar .mobile-icons i {
    padding: 6px 8px;
    border: 1px dashed rgba(131, 132, 133, 0.5);
  }
}/*# sourceMappingURL=ajustes.css.map */