/* estilos generales */
body {
  font-family: 'Open Sans', sans-serif;
}
h1 { font-size: 3.5em; font-weight: 600; line-height: 80px; }
h2 { font-size: 2.5em; line-height: 80px; }
p {
  font-size: 1em;
  color: #999;
  line-height: 1.8;
  margin-bottom: 0;
}
.ancla:before {
      display: block;
      content: " ";
      margin-top: -60px;
      height: 60px;
      visibility: hidden;
}
/* FIN estilos generales */
/* navbar */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  min-height: 60px;
  transition: transform 0.3s ease;
}
.navbar.navbar-hidden {
  transform: translateY(-100%);
}
.navbar.navbar-small {
  min-height: 45px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.nav-link { color: #1a1a1a; font-weight:600; font-size: .9em}
.nav-link:hover { color: #fa7800; transition: color 0.2s ease; }
.logo-brand {
  min-width: 210px;
  max-width: 260px;
}
.logo-brand-movil {
  min-width: 50px;
}
/* button .navbar-toggler {
  padding: 0;
} */
.navbar-toggler {
  font-size: 2em;
  border: 2px solid rgba(0,0,0,0.7);
  padding: 6px 6px 0;
  transition: background-color 0.2s ease;
}
.navbar-toggler:focus { outline: none; }
.navbar-toggler:active { background-color: rgba(0,0,0,0.05); }
.nav-link:before {
  content: ' | ';
  padding-right: 10px;
}
/* FIN navbar */
/* carousel */
.carousel-inner {
  background-color: rgba(0,0,0,0.8);
}
.carousel-item{
  height: 100vh;
}
.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  top: 40%;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.naranja { color: #fa7800; }
.amarillo { color: #f5c443; }
.bg1, .bg2, .bg3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg1 { background-image: url('../images/laptop.jpg'); }
.bg2 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=1920&q=80'); }
.bg3 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1920&q=80'); }
/* FIN carousel */
/* nosotros */
#about p, #footer p {
  text-indent: 3em;
}
.pt-40 {
  padding-top: 40px;
}
/* secciones fullscreen */
#about {
  padding-top: 80px;
  padding-bottom: 40px;
  scroll-margin-top: 60px;
}
.about-row {
  align-items: center;
  margin-bottom: 60px;
}
.about-row:last-child {
  margin-bottom: 0;
}
.about-text {
  padding: 20px 30px;
}
.about-text h2 {
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}
.about-text p {
  color: #666;
  line-height: 1.9;
}
.about-img {
  text-align: center;
  padding: 15px;
}
#about img {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
  max-width: 85%;
}
#about img:hover {
  transform: scale(1.02);
}
/* FIN nosotros */
/* Servicios */
#services {
  background-color: #445365;
  padding: 60px 0;
  color: #fff;
  scroll-margin-top: 60px;
}

.detalles-servicios {
  padding-top: 40px;
}
.seleccion-servicio {
  padding: 20px 15px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.icono {
  font-size: 40px;
  margin: 20px auto;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #fff;
}
.c1{ background-color:#0FB259;}
.c2{ background-color:#6b407e;}
.c3{ background-color:#29b8e8;}
.c4{ background-color:#f5c443;}
.c5{ background-color:#fa7800;}
.c6{ background-color:#cb161d;}
.c7{ background-color:#3b82f6;}
.c8{ background-color:#8b5cf6;}
.c9{ background-color:#10b981;}
.seleccion-servicio:hover .icono {
  color: #445365;
  background-color: #a7bbc5;
  transition: 1s;
}
.seleccion-servicio:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(102, 113, 228, 0.22);
}
.descripcion p:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #1a1a1a;
}
.descripcion p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px 20px;
}
/* FIN servicios */
/* soluciones */
#soluciones {
  background-color: #f8f9fa;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#soluciones h2 {
  font-size: 3.5em;
  margin-bottom: 5px;
  line-height: 1;
  color: #fa7800;
}
#soluciones p {
  margin-top: 0;
  font-size: 1.1em;
  color: #1a1a1a;
  font-weight: 600;
}
#soluciones .row {
  padding: 40px 0;
}
#soluciones .row > div {
  padding: 30px 0;
}
/* FIN soluciones */
/* footer */
#footer p {
  color: #999;
  line-height: 25px;
  font-size: .9em;
}
#footer h2 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 15px;
}
.footer-top {
  background-color: #1a1a1a;
  padding: 50px 0;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.footer-top .row > div {
  margin-bottom: 30px;
}
.segment-one h2:before, .segment-two h2:before, .segment-three h2:before {
  content: ' | ';
  padding-right: 10px;
}
.segment-one h2:before { color: #0FB259; }
.segment-two h2:before, .segment-three a { color: #29b8e8; }
.segment-three a { text-decoration: none; }
.segment-three h2:before { color: #f5c443; }
.segment-one p {
  text-indent: 0 !important;
}
.segment-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.segment-two ul li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  line-height: 40px;
}
.segment-two ul li a {
  color: #999;
  text-decoration: none;
  font-size: .9em;
  transition: color 0.3s ease;
}
.segment-two ul li a:hover {
  color: #29b8e8;
}
.segment-three a:hover {
  color: #f5c443;
  transition: color 0.3s ease;
}
.footer-bottom {
  background-color: #000;
  min-height: 40px;
}
.footer-bottom-text {
  color: #fff!important;
  font-weight: 600;
  font-size: .85em;
}
/* FIN footer */
/* Modal Atencion */
#atencionModal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
#atencionModal .modal-header {
  border-bottom: 3px solid #e0a800;
}
#atencionModal .modal-title {
  font-weight: 600;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  gap: 8px;
}
#atencionModal .modal-title ion-icon {
  font-size: 1.4em;
}
#atencionModal .modal-body p,
#atencionModal .modal-body li {
  color: #555;
  text-indent: 0;
  line-height: 1.7;
  font-size: 0.95em;
}
#atencionModal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}
#atencionModal .modal-title {
  width: 100%;
  text-align: center;
  justify-content: center;
}
/* FIN Modal Atencion */
/* Modal Visor PDF */
#pdfViewerModal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
#pdfViewerModal .modal-header {
  border-bottom: none;
}
#pdfViewerModal .modal-body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
#pdfViewerModal canvas {
  pointer-events: none;
}
@media print {
  body * {
    display: none !important;
  }
  body::after {
    content: "La impresion de este documento no esta permitida.";
    display: block !important;
    font-size: 24px;
    text-align: center;
    padding: 100px;
  }
}
/* FIN Modal Visor PDF */
/* media query */
@media (max-width: 575.98px) {
  h1 { font-size: 2.5em; }
  h2 { font-size: 2em; line-height: 1.3em; }
  #soluciones .row div {
    padding: 20px 0;
  }
  .nav-link:before {
    content: none;
    padding-right: 10px;
  }
  .nav-link {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    line-height: .9em;
  }
  .footer-top {
    min-height: auto;
    padding: 30px 0;
    text-align: center;
  }
  .footer-top .row > div {
    margin-bottom: 25px;
  }
  #footer h2 {
    font-size: 1.1em;
  }
  #footer p {
    text-indent: 0 !important;
    font-size: .85em;
  }
  .segment-two ul li {
    line-height: 35px;
  }
  .segment-three p {
    word-break: break-all;
  }
  #about {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .about-text {
    padding: 15px;
  }
  .about-text p {
    text-indent: 0 !important;
  }
  .about-row {
    margin-bottom: 30px;
  }
  #about img {
    max-width: 100% !important;
    margin: 15px 0;
  }
  .about-img {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .carousel-caption {
    top: 40%;
  }
  #soluciones .row div {
    padding: 20px 0;
  }
  .pt-6 {
    padding-top: 20px;
  }
  h2 { font-size: 1.8em; }
  .about-text p {
    text-indent: 0 !important;
  }
  #about img {
    max-width: 95% !important;
    margin: 15px 0;
  }
  .about-img {
    order: -1;
  }
  .footer-top {
    min-height: auto;
    padding: 35px 0;
  }
  #footer p {
    text-indent: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .carousel-caption {
    top: 30%;
  }
  .about-text {
    padding: 15px 20px;
  }
  .about-text h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .about-text p {
    font-size: 0.9em;
    text-indent: 0 !important;
  }
  #about img {
    max-width: 100%;
  }
  .about-row {
    margin-bottom: 40px;
  }
  .footer-top {
    min-height: auto;
    padding: 40px 0;
  }
  #footer p {
    text-indent: 0 !important;
  }
  .segment-one {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {

}
/* FIN media query */
