@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #0B3948 !important;
}

body {
  color: #0B3948;
  background-color: white;
  font-family: "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.2;
}

.container {
  max-width: 1200px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B3948;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
#preloader .loader {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.loaded #preloader {
  opacity: 0;
  pointer-events: none;
}

.header-section {
  position: relative;
}
.header-section .logo-container {
  padding: 3rem 0;
  text-align: center;
  position: relative;
  background-color: #0B3948;
  z-index: 10;
}
.header-section .logo-container .logo {
  max-height: 120px;
  transition: all 0.3s ease;
}
.header-section .logo-container .logo:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .header-section .logo-container .logo {
    max-height: 90px;
  }
}
.header-section .grid-top {
  background-image: url("./../images/grid.png");
  background-repeat: repeat-x;
  background-position: top center;
  height: 64px;
  transition: all 0.3s ease;
}

.hero-section {
  padding: 4rem 0;
}
.hero-section h1 {
  font-size: 2.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
}
.hero-section h1 .floating-arrow {
  top: 30px;
  right: 0px;
  width: 16px;
  height: auto;
  animation: float 3s ease-in-out infinite;
}
.hero-section .quote-block {
  max-width: 800px;
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .hero-section .quote-block {
    font-size: 1.6rem;
    padding: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.icon-divider .icon-img {
  width: 60px;
  height: auto;
  transition: all 0.3s ease;
}
.icon-divider .icon-img:hover {
  transform: translateY(-5px);
}

.tabs-section .nav-tabs {
  border-bottom: 3px solid #0B3948;
  display: flex;
  align-items: flex-end;
}
.tabs-section .nav-tabs .nav-item.show .nav-link,
.tabs-section .nav-tabs .nav-link.active {
  color: #0B3948;
  background-color: white;
  border-color: #0B3948 #0B3948 #fff;
  border-width: 3px 3px 3px;
  margin-bottom: -3px;
}
.tabs-section .nav-tabs .nav-link {
  color: #0B3948;
  background-color: white;
  border-color: #0B3948 #0B3948 #fff;
  border-width: 1px 1px 1px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 0;
}
.tabs-section .nav-link {
  display: block;
  padding: 1rem 1rem;
  color: #0B3948;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .tabs-section .nav-link {
    font-size: 1rem;
  }
}
.tabs-section .tab-content {
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.tabs-section .section-title {
  color: #f4511e;
  background-color: #f4e0db;
  display: flex;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  font-size: 1.8rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .tabs-section .section-title {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }
}
.tabs-section .screen-block {
  position: relative;
  margin-bottom: 4rem;
}
.tabs-section .screen-block .screen-icon {
  width: 20px;
  height: auto;
  top: 30px;
  left: -10px;
  z-index: 10;
  transition: transform 0.3s ease;
}
.tabs-section .screen-block .screen-icon:hover {
  transform: translateX(10px);
}
.tabs-section .screen-block .screen-description {
  padding: 3rem 2rem 3rem 2rem;
  color: #0B3948;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  margin-top: -10px;
  z-index: 0;
  background-color: rgba(11, 57, 72, 0.15);
  color: #0B3948;
  font-size: 1.25rem;
}
.tabs-section .screen-block .screen-description.bottom {
  border-radius: 0 0 2rem 2rem;
  width: 80%;
  margin: 0 auto;
}
.tabs-section .screen-block .screen-description.right {
  border-radius: 0 2rem 2rem 0;
  text-align: start;
}
@media (max-width: 992px) {
  .tabs-section .screen-block .screen-description {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  .tabs-section .screen-block .screen-description.bottom {
    width: 80%;
    margin: 0 auto;
  }
  .tabs-section .screen-block .screen-description.right {
    border-radius: 1rem 1rem;
  }
}
.tabs-section .screen-block .title-description {
  padding-left: 24px;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: start;
}
@media (max-width: 992px) {
  .tabs-section .screen-block .title-description {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding-left: 0px;
  }
}
.tabs-section .mobile-features {
  margin-top: 4rem;
}
.tabs-section .mobile-features .screen-icon {
  width: 20px;
  height: auto;
  top: 30px;
  left: -10px;
  z-index: 10;
  transition: transform 0.3s ease;
}
.tabs-section .mobile-features .screen-icon:hover {
  transform: translateX(10px);
}
.tabs-section .mobile-features .size-mobile-img {
  max-width: 340px;
}
@media (max-width: 992px) {
  .tabs-section .mobile-features .size-mobile-img {
    max-width: 320px;
    margin: auto;
  }
}
.tabs-section .mobile-features .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B3948;
  color: white;
}
.tabs-section .mobile-features .flotante {
  position: absolute;
  right: -90%;
  top: 350px;
  z-index: 4;
}
.tabs-section .mobile-features .flotante img {
  width: 400px;
  height: auto;
}
@media (max-width: 992px) {
  .tabs-section .mobile-features .flotante {
    position: absolute;
    right: 0%;
    top: 350px;
  }
  .tabs-section .mobile-features .flotante img {
    width: 320px;
    height: auto;
  }
}
.tabs-section .mobile-features .mobile-space {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .tabs-section .mobile-features .mobile-space {
    margin-top: 1rem;
  }
}
.tabs-section .mobile-features .mobile-description {
  padding: 3rem 2rem 3rem 2rem;
  color: #0B3948;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  margin-top: 10px;
  z-index: 0;
  background-color: rgba(11, 57, 72, 0.15);
  color: #0B3948;
}
.tabs-section .mobile-features .mobile-description.bottom {
  border-radius: 0 0 2rem 2rem;
  width: 80%;
  margin: 0 auto;
}
.tabs-section .mobile-features .mobile-description.right {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0 2rem 2rem 0;
  text-align: start;
}
@media (max-width: 992px) {
  .tabs-section .mobile-features .mobile-description.bottom {
    border-radius: 0 0 2rem 2rem;
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .tabs-section .mobile-features .mobile-description.right {
    border-radius: 1rem 1rem;
    font-size: 1rem;
  }
}
.tabs-section .mobile-features .title-description {
  padding-left: 24px;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: start;
}
@media (max-width: 992px) {
  .tabs-section .mobile-features .title-description {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding-left: 0px;
    text-align: start;
  }
}
.tabs-section .bg-gradient .section-title {
  color: white;
  background-color: #f4511e;
}
.tabs-section .bg-gradient .screen-description {
  color: white;
  background-color: rgba(11, 57, 72, 0.5);
}
.tabs-section .bg-gradient h3,
.tabs-section .bg-gradient p {
  color: white;
}

.ge-0 {
  margin-right: -24px;
}
@media (max-width: 992px) {
  .ge-0 {
    margin-right: 0px;
  }
}

.shadow-screen {
  box-shadow: 2px 5px 9px 5px rgba(11, 57, 72, 0.59);
}

.footer .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B3948;
  color: white;
}
.footer .form-control {
  border: 1px solid #0B3948;
  border-radius: 0.25rem;
  padding: 0.75rem;
}
.footer .form-control:focus {
  border-color: #04161c;
  box-shadow: 0 0 0 0.25rem rgba(11, 57, 72, 0.25);
}
.footer .btn-primary {
  background-color: #0B3948;
  border-color: #0B3948;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.footer .btn-primary:hover {
  background-color: #04161c;
  transform: translateY(-3px);
}

.copyright {
  background-color: #f8f9fa;
  padding: 1.5rem 0;
}

@media (max-width: 992px) {
  .hero-section {
    padding: 2rem 0;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .header-section .logo-container {
    padding: 1.5rem 0;
  }
  .screen-block {
    margin-bottom: 2rem;
  }
  .screen-block .row {
    flex-direction: column;
  }
  .screen-block .row > div {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .mobile-features .d-flex {
    flex-direction: column;
    text-align: center;
  }
}
.tab-01 {
  border-radius: 1rem;
  background-color: white;
  padding: 1rem 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: none;
}
@media (max-width: 992px) {
  .tab-01 {
    padding: 1rem;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
  }
}

.tab-02 {
  border-radius: 1rem;
  background: #f4511e;
  background: linear-gradient(180deg, rgb(11, 57, 72) 0%, rgb(244, 81, 30) 100%);
  padding: 1rem 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: none;
}
@media (max-width: 992px) {
  .tab-02 {
    padding: 1rem;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
  }
}

/* Validación de formulario */
.form-control.error {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 5px;
  display: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
  border-color: var(--secondary-color);
}

.btn-primary {
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #0B3948;
  border-color: #0B3948;
  transform: translateY(-2px);
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}/*# sourceMappingURL=custom.css.map */