        /* Estilos CSS */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: var(--fuente), Arial, sans-serif;
        }

        .coti_contenedor {
            max-width: 800px;
            width: 100%;
            margin: 20px auto 0 auto;
            1padding: 20px;
            1border-top: 1px solid #ddd;
            background-color: #fff;
        }

        .coti_seccion {
            margin-bottom: 10px;
        }

        .coti_seccion h2 {
            font-size: 17px;
            1font-weight: normal;
            margin-bottom: 5px;
            color:#333;
        }

        .coti_seccion h3 {
            font-size: 16px;
            color:#555;
        }



    .form-group {
        display: flex;
        width: 100%;
        flex-direction: column;
        position:relative
    }

    .form-group label {
        1margin-bottom: 5px;
        1font-size: 14px;
        1color: #333;
        
        color: #000;
        background:#fff; padding:1px 6px;
    left: 8px;
    top: 1px;
    font: 15px abel, colossus, sans-serif;
    line-height: 14.7px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 80ms;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
            
        }

        .1form-group input,
        .1form-group select,
        .1form-group textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            transition: border-color 0.3s;
        }

            .form-group  input::placeholder {
  color: #B9BCC4;               /* Cambia el color del texto */
  font-style: italic;        /* Cambia el estilo de fuente */
  font-size: 14px;           /* Ajusta el tamaño de la fuente */
  opacity: 1;                /* Ajusta la opacidad */
}

        .1coti_input:focus,;
        .1coti_input:focus,;
        .coti_input:focus {
            border-color: red;
            outline: none;
             box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
        }


        .coti_input {
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size: 15.5px;
        }

        .coti_flex {
            display: flex;
            gap:10px;
        }

        .coti_input_corto {
            flex: 1;
        }

        .coti_checkbox {
            margin-top: 10px;
            display: flex;
            align-items: center;
        }

        .coti_btn {
            width: 100%;
            margin-top:10px;
            padding: 10px;
            background: #3461E9;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .coti_btn:hover {
            background: #333;
        }

        .coti_radio_container {
            display: grid;
            gap: 7px;
            margin-top: 10px;
        }

        .coti_radio_container label {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 17px;
            color:#333;
        }
        .coti_radio_container label i{ color:#007692;}
            
        .coti_qr_image {
            display: none;
            margin-top: 15px;
            text-align: center;
        }

        .coti_qr_image img {
            border-radius:8px;
            max-width: 300px;
            width: 50%;
            height: auto;
        }

        .coti_direccion {
            display: none;
            margin-top: 10px;
        }
        
        .coti_ubi_contenedor {
            max-width: 1200px;
            margin: 0 auto;
            padding: 10px;
            display: none;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .coti_ubi_mapa {
            width: 100%;
            height: 250px;
            margin-bottom: 20px;
            border-radius:15px;
        }

        .coti_ubi_direccion {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .coti_ubi_direccion_texto {
            font-size: 16px;
            padding-right:10px;
        }

        .coti_ubi_btn_ruta {
            text-align:center;
            cursor: pointer;
            padding: 10px 15px;
            font-size: 15px;
            background-color:#3461E9;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
        }

        .coti_ubi_btn_ruta:hover {background-color:#333; color: #fff;}

        /* Responsivo */
        @media (max-width: 760px) {
            .coti_ubi_contenedor {
                flex-direction: column;
                align-items: center;
                padding: 20px 10px;
            }
        }
        
        .cod_pais, .telef_pais {
            appearance: none; /* Estándar */
            background:transparent; /* Quita el fondo */
            cursor: pointer;
            border: none;
            background: none;
            outline: none;
            display:inline-block;
        }
        
        .cod_pais {
            width: 40px;
        }
        
        .telef_pais {
            width:60%;
        }
        
        .coti_datos_bancarios {
            display: none;
            margin-top: 15px;
            background-color: #f9f9f9;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .coti_datos_bancarios p {
            margin-bottom: 10px;
            font-size: 14px;
            color: #333;
        }

        .coti_datos_bancarios strong {
            display: block;
            margin-bottom: 5px;
        }
        
        .coti_precio_flex {
            display: flex;
            gap: 10px;
            align-items: center;
            margin-top: 10px;
        }

        .coti_precio_flex span,
        .coti_precio_flex select {
            font-size: 14px;
        }

        .coti_total {
            font-weight: bold;
        }
        
        .msg_mini{
            font-size:13px;
            text-align:center;
            margin:10px 0;
            color:#333;
        }
        
        .linea-o- {
            display: flex;
            flex-direction: row;
            text-transform: uppercase;
            border: none;
            font-size: 12px;
            font-weight: 400;
            margin: 0;
            padding: 20px 0 10px 0;
            align-items: center;
            justify-content: center;
            width: 100%;
            vertical-align: baseline;
        }
        
        .linea_letra {font-size:16px;
            text-align: center;
            flex: .2 0 auto;
            margin: 0;
            height: 9px;
        }
        
        .linea-o-:before, .linea-o-:after {
            content: "";
            border-bottom: 1px solid #c2c8d0;
            flex: 1 0 auto;
            height: .5em;
            margin: 0;
        }