@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Train+One&display=swap');

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

/* Navbar */


.fondo-lineas {
  background-color: #00c8e0 !important;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 15px
  );
}

header {


}
.navbar {
      background: transparent !important;
	padding-top: 0 !important;
}

.navbar-brand, 
.navbar-nav .nav-link {
      color: #001e51 !important;
    font-weight: 500;
    font-size: 19px;
}

.navbar-brand:hover, 
.navbar-nav .nav-link:hover {
     color: #ffffff !important;
   
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 800 !important;
    line-height: 1.2;
    color: var(--bs-heading-color);

}


.text-success {
    --bs-text-opacity: 1;
    color: rgb(0 200 224) !important;
    font-size: 26px;
}


.bk-form{    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 10px 10px 0px #00c8e0;
    max-width: 400px;
    width: 100%;
    color: #000000;
    position: relative;
    right: 0px;
    z-index: 2;
    margin-bottom: -65px;
    border: 4px solid #00c8e0;
}

.shadow {
    box-shadow: 0 0.5rem 0rem 4px rgba(0, 0, 0, 0.15) !important;
}




/* Menú desplegable */
.navbar-nav .nav-item .dropdown-menu {
     background: #ffffff;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  border: none;
}

.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-menu .dropdown-item {
  color: #000000;
    border-bottom: 1px solid #dcdcdc;
	    font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
   background: rgba(255, 255, 255, 0.1);
    color: #01348c;
}

.logo-isp{width: 212px;}

.bg-dark {

    background-color: rgb(33 37 41 / 0%) !important;
	    border-bottom: 1px solid #00bfd5;
}
.text-white {
      color: rgb(0 0 0) !important;
    font-weight: 700;
    font-size: 19px;
}


.ms-auto {
    margin-left: 71px !important;
}

li{
    padding-right: 0px;}




.text-center{    text-align: left !important;
    font-weight: 800;
    padding: 10px 0;}
/* Hero */
.hero {

}

.card img {
  max-height: 200px;
  object-fit: cover;
}

.blue-section {
  background: #00aee0;
  color: white;
  padding: 50px 20px;
}

footer {
    background: #00c8e0;
    padding: 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}


footer a {
    color: rgb(7 7 7);
    text-decoration: underline;
}


/* Hero Slider */


.hero h1 {
      font-size: 60px;
    font-weight: 900;
    text-align: left;
    color: #000;
    line-height: 51px;
    margin-bottom: 24px;
}

.hero p {
  font-size: 1.2rem;
    text-align: left;
    color: #000;
}

.hero img {
  max-height: 500px;
}


    /* CARTAS / CAROUSEL */
    .card {
      border-radius: 12px;
      border: 1px solid #e8e8e8;
      overflow: hidden;
    }
    .card-img-top {
      height: 260px;
      object-fit: cover;
      background: #f5f5f5;
    }
    .discount {
      font-weight: 800;
      font-size: 1.25rem;
      color:#222;
      display:flex;
      align-items:center;
      gap:.5rem;
    }
    .discount .old { text-decoration: line-through; color:#9a9a9a; font-weight:600; font-size:.95rem; }

    .card .meta small { color:#7a7a7a; display:block; margin-bottom:.5rem; }

    .card-title { font-weight:800; font-size:24px; margin-top:.25rem; color:#1b1b1b; }
    .btn-see {
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      font-weight:600;
      color:#111;
      text-decoration:none;
    }
    .btn-see .dot {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:28px;
      height:28px;
      border-radius:50%;
      background:#111;
      color:#fff;
      font-size:.9rem;
    }


.navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 20px !important;
    }




    /* Personaliza iconos de control para que sean círculos oscuros */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #111 !important;
      border-radius: 50%;
      width:44px;
      height:44px;
      background-size:18px 18px !important;
      filter: none !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
      width: 4.5%;
    }

    /* SECCION "ISP te guía..." */
    .lead-section {
         margin-top: 0;
    margin-bottom: 2rem;
    }
    .lead-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.05;
    color: #111;
    text-align: center;
    }

    .feature-num {
		
		
		font-family: "Open Sans", sans-serif;

		
         font-weight: 900;
    font-size: 62px;
    color: transparent;
    -webkit-text-stroke: 2px #242222;
    text-stroke: 2px #d6d6d6;
    line-height: .9;
    }
    .feature-title { font-size: 22px;
    font-weight: 700;
    margin-top: .6rem; }
    .feature-desc {       color: #666;
    margin-top: .5rem;
    font-size: 17px;
    font-weight: 400;
    text-align: left; }


.ver-slide{background: #000;
    padding: 9px 24px;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;}

    /* separador fino */
    .feature-sep { height:1px; background:#ececec; margin: .9rem 0; }

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}





.form-section {
background-color: #01348c !important;
    background-image: repeating-linear-gradient(77deg, rgb(255 255 255 / 0%) 0px, rgb(255 255 255 / 4%) 2px, transparent 2px, transparent 15px);
}


.form-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 40px;
}

.form-text {
  flex: 1;
}

.form-text h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    padding-top: 82px;

}

.form-text p {
  font-size: 16px;
  color: #cccccc;
}

.form-container {
     background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 10px 10px 0px #00c8e0;
    max-width: 400px;
    width: 100%;
    color: #000000;
    position: relative;
    right: 0px;
    z-index: 2;
    margin-bottom: -65px;
	    border: 4px solid #00c8e0;
}
.form-di h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.form-check {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.form-check input[type="checkbox"] {
  margin-right: 10px;
}

.form-check a {
  color: #000;
  text-decoration: underline;
}

button[type="submit"] {
  width: 100%;
  background-color: #14130b;
  color: white;
  padding: 12px;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #333123;
}


.video-wrapper {
  position: relative;
  overflow: hidden;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-play-button a {
   background: #00c8e0;
    color: #ffffff;
    padding: 23px 27px 21px 32px;
    font-size: 28px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 3;
    position: relative;
}

.ripple {
     position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid rgb(0 200 224);
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    z-index: 1;
    animation: rippleEffect 2s infinite 
ease-out;
    opacity: 0;
}

.ripple-1 { animation-delay: 0s; }
.ripple-2 { animation-delay: 0.5s; }
.ripple-3 { animation-delay: 1s; }

@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}


    .tab-button.active {
      background-color: #198754;
      color: white;
    }

    .tab-button {
      border: none;
      padding: 10px 20px;
      margin-right: 5px;
      background-color: #f1f1f1;
      border-radius: 5px;
    }


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #00c8e0 !important;
}


.nav-link {
    display: block;
   
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #00a0b3;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
    font-weight: 600;
}




.loader-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0cc8ed; /* Celeste claro */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease;
}

.logo-loader {
  width: 120px;
  animation: fadeIn 1.5s ease-in-out infinite;
}

@keyframes fadeIn {
  0% { opacity: 0.3; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 0.3; transform: scale(0.95); }
}

.loaded .loader-section {
  opacity: 0;
  pointer-events: none;
}
























/* Responsive para móviles */
@media (max-width: 768px) {
  .form-content {
    flex-direction: column;
  }

  .form-container {
    right: 0; /* Elimina el desplazamiento en móvil */
    margin-top: 30px;
  }

      .card-img-top { height:180px; }
      .section-title { font-size:1.8rem; }
      .lead-title { font-size:1.4rem; }
      .feature-num { font-size:2.4rem; }
    }




/* Responsive para móviles */
@media (max-width: 380px) {

	.hero h1 {
    font-size: 46px;
    font-weight: 900;
    text-align: left;
    color: #000;
    line-height: 41px;
    margin-bottom: 24px;
}
	
	
	.hero p {
    font-size: 20px;
    text-align: left;
    color: #000;
    line-height: 22px;
    padding-bottom: 16px;
}
	
	
	
	
	.ver-slide {
    background: #000;
    padding: 14px 24px;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
}
	
	
	.carousel-control-prev-icon, .carousel-control-next-icon {
 
    display: none;
}
	
	
.btn-outline-dark {
    
    display: none;
}	
	
	
	    .section-title {
        font-size: 35px;
    }
	
	
	.lead-section {
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 0 36px;
}
	
	
	
	
	
	.form-text h2

 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    padding-top: 0;
}
	
	
	
.form-text p {
    font-size: 22px;
    color: #cccccc;
}	
	
	
	
	
	
	
	
	
	
	
    }



