body, html {
            margin: 0;
            padding: 0;
            font-family: 'Gotham';
        }

        @font-face {
            font-family: 'Gotham';
            src: url('/assets/fonts/GothamBook.ttf') format('ttf');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
.margin-banner{
    margin-left: 3rem;
    margin-right:3rem;
}
        .banner-header {
            background-image: url('/assets/img/banner-desktop.jpg');
              background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 500px;
            min-height: 300px;
            max-height: 600px;
            position: relative;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .banner-footer {
            background-image: url('/assets/img/banner-footer.png');
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    position: relative;
    margin: 0;
    padding: 0;
        }

        .floating-container {
            position: relative;
            height: 100%;
        }

        .logo {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            z-index: 1000;
            background-color: #fff;
            border-radius: 40px;
            padding: 10px 20px;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .fb{
            width: 30px;
        }
        .img-logo {
            width: 80px;
            height: auto;
        }

        .logo:hover {
            background-color: #002169;
            color: #fff;
            transform: translateX(-50%) scale(1.05);
        }

        .container-fluid.p-0 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .linea-amarilla{
            border-bottom: 5px solid #FEBE10;
            padding-top: 1rem;
            margin: 30px auto 50px;
            width: 30%;
            text-align: center;
            z-index: 1000;
        }

        .linea-azul {
            position: relative;
            border-bottom: 3px solid #002169;
            margin: 30px auto 50px;
            width: 70%;
            text-align: center;
        }
        
        .linea-amarilla2 {
            position: absolute;
            border-bottom: 5px solid #FEBE10;
            width: 30%;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .linea-azul2 {
            position: relative;
            border-bottom: 2px solid #bfc0c4;
            width: 100%;
            text-align: center;
        }
        
        .linea-amarilla7 {
            position: absolute;
            border-bottom: 5px solid #FEBE10;
            width: 30%;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }
        .linea-amarilla3{
            border-bottom: 1px solid #FEBE10;
            width: 90%;
            text-align: center;
            z-index: 1000;
        }
       .linea-amarilla4{
            border-bottom: 3px solid #FEBE10;
            width: 100%;
            text-align: center;
            z-index: 1000;
        }
        .linea-amarilla5{
            border-bottom: 4px solid #FEBE10;
            width: 90%;
            text-align: center;
            z-index: 1000;
        }
        .linea-amarilla6{
            border-bottom: 2px solid #FEBE10;
            width: 100%;
            text-align: center;
            z-index: 1000;
        }
        .text-blue{
            color: #002169;
        }
        .text-yellow{
            color: #FEBE10;
        }
        .text-space{
            letter-spacing: 0em;
        }
        .bold{
            font-weight: bold;
        }

        .thin{
            font-weight: 300;
        }
        .fsize0-5{
            font-size: 0.7rem;
        }
        .fsize0-9{
            font-size: 0.9rem;
        }
        .fsize1-2{
            font-size: 1.2rem;
        }
        .fsize1-7{
            font-size: 1.7rem;
        }
        .fsize1{
            font-size: 1rem;
        }
        .fsize2{
            font-size: 2rem;
        }
        .fsize2-5{
            font-size: 2rem;
        }
        .fsize3{
            font-size: 2.7rem;
        }
        .fsize3-5{
            font-size: 2.7rem;
        }
        .fsize4{
            font-size: 4rem;
        }
        .fsize5{
            font-size: 5rem;
        }
        .m-top3{
            margin-top: 3rem;
        }

        .m-top4{
            margin-top: 4rem;
            margin-left: 1.2rem;
        }
		.m-top5{
			margin-top: 4rem;
        	margin-left: 1.2rem;
		}
        .contact-container {
            position: relative;
            display: inline-flex;
            align-items: center;
            background: white;
            border-radius: 50px;
            padding: 8px 15px 8px 55px; /* Más padding a la izquierda */
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin-top: 15px; /* Espacio para que sobresalga */
        }
        
        .box {
            background: #FEBE10;
            border-radius: 50%;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            position: absolute;
            left: -15px; 
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .box2{
            padding: 20px;
            color: white;
            background-color: #002169;
            border-radius: 18px;

        }
        
        .contact-text {
            padding-left: 12px;
            line-height: 1.3;
            text-align: left;
        }
        
        .bi-telephone-fill {
            color: #002169;
            font-size: 1.2rem;
        }

        .card-box {
            width: 290px;
            height: auto;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            align-items: center;
            justify-content: center;
            font-weight: bold;
            background-color: #fff;
            padding: 60px 30px 30px 30px;
        }

        .card-box2 {
            width: 290px;
            height: auto;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            align-items: center;
            justify-content: center;
            font-weight: bold;
            background-color: #002169;
            padding: 60px 30px 30px 30px;
        }

        .card-box3{
            width: 500px;
            height: auto;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            align-items: center;
            justify-content: center;
            border-bottom: 3px solid #FEBE10 ;
            font-weight: bold;
            background-color: #fff;
            padding: 60px 30px 30px 30px;
        }

        .card-box4 {
            height: auto;
            align-items: center;
            justify-content: center;
            background-color: #002169;
            padding: 60px;
        }

        .d-line{
            display: inline;
        }

        .banner-cards {
            background-image: url('/assets/img/dibujo.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100vw;
            
            position: relative;
        }

        .box-2{
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            border-radius: 15px;
            background-color: #fff;
            padding: 7px;
        }
        
       .custom-bullets {
        list-style: none;
        padding-left: 1.5rem;
    }
    
    .custom-bullets li {
        position: relative;
        margin-bottom: 0.5rem;
    }
    
    .custom-bullets li::before {
        content: "•";
        color: #FEBE10;
        font-size: 1rem;
        position: absolute;
        left: -1.2rem;
        top: -0.1rem;
    }
    
    
    .custom-bullets li span {
        position: relative;
        left: 0.3rem;
    }


      .carousel-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .carousel-image.active {
    display: block;
    position: relative;
  }
  #carousel-images {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
  }
  .carousel-btn.left {
    left: 10px;
  }
  .carousel-btn.right {
    right: 10px;
  }

  .pad-carrousel{
    padding: 30px 60px 30px 60px;
  }

  .pad-icono{
    padding-right: 4px;
  }

  .video-container {
    position: relative;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}
.video-play-btn img {
    width: 60px;
}

.center{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.card-custom{
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.input-format{
    padding: 7px;
    width: 100%;
    border: 1px solid #50597521;
    border-radius: 0px;
    color: #002169;
    background-color: rgb(0, 33, 105, 0.03);
}

.call-button {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    width: fit-content;
  }

  .call-icon {
    background-color: #F2C43C;
    border-radius: 50%;
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }

  .call-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  .call-text {
    font-weight: 700;
    color: #001947;
    margin-bottom: 0;
  }

  .call-number {
    font-weight: 400;
    color: #001947;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .btn-form{
    background-color: #002169;
    color: #fff;
    padding: 8px;
    border-radius: 12px;
  }

  .footer{
    background-color: black;
  }
.logo-footer{
    width: 250px;
}
  .linea-vertical{
    border-left: 3px solid #FEBE10;
    padding: 15px;
  }

.form-size{
    width: 50%;
}

.phone
{
    width: 70px;
}


